Html Css Color HEX #72193B Pompadour

📋 copy color: '#72193B'

red 114 ◦ green 25 ◦ blue 59

#72193B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #72193B

Tints of Pompadour #72193B

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.8%

R = 57.58%
G = 12.63%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72193B (or 0x72193B) is known color: 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

RGB 114 25 59 -
CMYK 0 0.78 0.48 0.55
HSL 337.08º 0.64% 0.27% -
HSV(B) 337.08º 0.78% 0.45% -
XYZ 8.08 4.59 4.6 -
YUV 55.49 129.99 169.74 -
System Red Green Blue C M Y K H S L
Decimal 114 25 59 0 0.78 0.48 0.55 337.08 0.64 0.27
Hex 72 19 3B 0 4E 30 37 151 40 1B
Octal 162 31 73 0 116 60 67 521 100 33
Binary 1110010 11001 111011 0 1001110 110000 110111 101010001 1000000 11011

Color Harmonies of #72193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72193B

Black with #72193B

Text Example


Text Example

White with #72193B

Text Example


Text Example

HTML Codes & Css Web 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>