#72193B

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

Shades of Pompadour #72193B

Tints of Pompadour #72193B

Color information

#72193B (or 0x72193B) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 3B. RGB value is (114,25,59). Sum of RGB (Red+Green+Blue) = 114+25+59=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72193B is #8DE6C4. Grayscale: #373737. Windows color (decimal): -9299653 or 3873138. OLE color: 3873138.

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

Color convert

RGB1142559-
CMYK00.780.480.55
HSL337.08º64.03%27.25%-
HSV(B)337.08º78.07%44.71%-
XYZ8.084.594.6-
YUV55.49129.99169.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=57.58%
G=12.63%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114255900.780.480.55337.0864.0327.25
Hex72193B04E3037151401b
Octal16231730116606752110033
Binary11100101100111101101001110110000110111101010001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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