#72193E

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

Shades of Pompadour #72193E

Tints of Pompadour #72193E

Color information

#72193E (or 0x72193E) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 3E. RGB value is (114,25,62). Sum of RGB (Red+Green+Blue) = 114+25+62=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72193E is #8DE6C1. Grayscale: #373737. Windows color (decimal): -9299650 or 4069746. OLE color: 4069746.

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

Color convert

RGB1142562-
CMYK00.780.460.55
HSL335.06º64.03%27.25%-
HSV(B)335.06º78.07%44.71%-
XYZ8.164.625.02-
YUV55.83131.49169.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=56.72%
G=12.44%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114256200.780.460.55335.0664.0327.25
Hex72193E04E2E3714f401b
Octal16231760116566751710033
Binary11100101100111111001001110101110110111101001111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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