#72153D

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

Shades of Pompadour #72153D

Tints of Pompadour #72153D

Color information

#72153D (or 0x72153D) is unknown color: approx Pompadour. HEX triplet: 72, 15 and 3D. RGB value is (114,21,61). Sum of RGB (Red+Green+Blue) = 114+21+61=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72153D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72153D is #8DEAC2. Grayscale: #353535. Windows color (decimal): -9300675 or 4003186. OLE color: 4003186.

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

Color convert

RGB1142161-
CMYK00.820.460.55
HSL334.19º68.89%26.47%-
HSV(B)334.19º81.58%44.71%-
XYZ8.054.454.85-
YUV53.37132.31171.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=58.16%
G=10.71%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114216100.820.460.55334.1968.8926.47
Hex72153D0522E3714e451a
Octal16225750122566751610532
Binary11100101010111110101010010101110110111101001110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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