#72194B

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

Shades of Pompadour #72194B

Tints of Pompadour #72194B

Color information

#72194B (or 0x72194B) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 4B. RGB value is (114,25,75). Sum of RGB (Red+Green+Blue) = 114+25+75=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72194B is #8DE6B4. Grayscale: #393939. Windows color (decimal): -9299637 or 4921714. OLE color: 4921714.

HSL color Cylindrical-coordinate representation of color #72194B: hue angle of 326.29º 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 #72194B is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1142575-
CMYK00.780.340.55
HSL326.29º64.03%27.25%-
HSV(B)326.29º78.07%44.71%-
XYZ8.564.787.13-
YUV57.31137.99168.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=53.27%
G=11.68%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114257500.780.340.55326.2964.0327.25
Hex72194B04E2237146401b
Octal162311130116426750610033
Binary111001011001100101101001110100010110111101000110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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