#72152F

Color #72152F Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #72152F

Tints of Claret #72152F

Color information

#72152F (or 0x72152F) is unknown color: approx Claret. HEX triplet: 72, 15 and 2F. RGB value is (114,21,47). Sum of RGB (Red+Green+Blue) = 114+21+47=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72152F is #8DEAD0. Grayscale: #333333. Windows color (decimal): -9300689 or 3085682. OLE color: 3085682.

HSL color Cylindrical-coordinate representation of color #72152F: hue angle of 343.23º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72152F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1142147-
CMYK00.820.590.55
HSL343.23º68.89%26.47%-
HSV(B)343.23º81.58%44.71%-
XYZ7.724.323.12-
YUV51.77125.31172.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 47 (18.75% from 255) = 25.82%
R=62.64%
G=11.54%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114214700.820.590.55343.2368.8926.47
Hex72152F0523B37157451a
Octal16225570122736752710532
Binary11100101010110111101010010111011110111101010111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72152F; }

 p { color: rgb(114,21,47); }

 H1.HeaderClassName
 {
   color: #72152F;
 }
 .AnyTagClassName
 {
   color: #72152F;
 }
</style>
background-color css

<style>
 a { background-color: #72152F; }

 a { background-color: rgb(114,21,47); }

 div.DivClassName
 {
   background-color: #72152F;
 }
 .BgClassName
 {
   background-color: #72152F;
 }
</style>
border-color css

<style>
 span { border-color: #72152F; }

 span { border-color: rgb(114,21,47); }

 td.TdClassName
 {
   border-color: #72152F;
 }
 .TagClassName
 {
   border-color: #72152F;
 }
</style>