#72153B

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

Shades of Pompadour #72153B

Tints of Pompadour #72153B

Color information

#72153B (or 0x72153B) is unknown color: approx Pompadour. HEX triplet: 72, 15 and 3B. RGB value is (114,21,59). Sum of RGB (Red+Green+Blue) = 114+21+59=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72153B is #8DEAC4. Grayscale: #353535. Windows color (decimal): -9300677 or 3872114. OLE color: 3872114.

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

Color convert

RGB1142159-
CMYK00.820.480.55
HSL335.48º68.89%26.47%-
HSV(B)335.48º81.58%44.71%-
XYZ84.434.57-
YUV53.14131.31171.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=58.76%
G=10.82%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114215900.820.480.55335.4868.8926.47
Hex72153B052303714f451a
Octal16225730122606751710532
Binary11100101010111101101010010110000110111101001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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