#72194D

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

Shades of Pompadour #72194D

Tints of Pompadour #72194D

Color information

#72194D (or 0x72194D) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 4D. RGB value is (114,25,77). Sum of RGB (Red+Green+Blue) = 114+25+77=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #72194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72194D is #8DE6B2. Grayscale: #393939. Windows color (decimal): -9299635 or 5052786. OLE color: 5052786.

HSL color Cylindrical-coordinate representation of color #72194D: hue angle of 324.94º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72194D is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1142577-
CMYK00.780.320.55
HSL324.94º64.03%27.25%-
HSV(B)324.94º78.07%44.71%-
XYZ8.634.817.49-
YUV57.54138.99168.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=52.78%
G=11.57%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114257700.780.320.55324.9464.0327.25
Hex72194D04E2037145401b
Octal162311150116406750510033
Binary111001011001100110101001110100000110111101000101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72194D; }

 p { color: rgb(114,25,77); }

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

<style>
 a { background-color: #72194D; }

 a { background-color: rgb(114,25,77); }

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

<style>
 span { border-color: #72194D; }

 span { border-color: rgb(114,25,77); }

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