#72103C

Color #72103C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #72103C

Tints of Pompadour #72103C

Color information

#72103C (or 0x72103C) is unknown color: approx Pompadour. HEX triplet: 72, 10 and 3C. RGB value is (114,16,60). Sum of RGB (Red+Green+Blue) = 114+16+60=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72103C is #8DEFC3. Grayscale: #323232. Windows color (decimal): -9301956 or 3936370. OLE color: 3936370.

HSL color Cylindrical-coordinate representation of color #72103C: hue angle of 333.06º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #72103C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1141660-
CMYK00.860.470.55
HSL333.06º75.38%25.49%-
HSV(B)333.06º85.96%44.71%-
XYZ7.944.274.68-
YUV50.32133.47173.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=60%
G=8.42%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114166000.860.470.55333.0675.3825.49
Hex72103C0562F3714d4b19
Octal16220740126576751511331
Binary11100101000011110001010110101111110111101001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72103C; }

 p { color: rgb(114,16,60); }

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

<style>
 a { background-color: #72103C; }

 a { background-color: rgb(114,16,60); }

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

<style>
 span { border-color: #72103C; }

 span { border-color: rgb(114,16,60); }

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