Html Css Color HEX #72193F Pompadour

📋 copy color: '#72193F'

red 114 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #72193F

Tints of Pompadour #72193F

RGB

 RED value IS 114 (44.92% from 255) = 56.44%

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 63 (25% from 255) = 31.19%

R = 56.44%
G = 12.38%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72193F (or 0x72193F) is known color: Pompadour. HEX triplet: 72, 19 and 3F. RGB value is (114,25,63). Sum of RGB (Red+Green+Blue) = 114+25+63=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #72193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72193F is #8DE6C0. Grayscale: #373737. Windows color (decimal): -9299649 or 4135282. OLE color: 4135282.

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

Color convert

RGB 114 25 63 -
CMYK 0 0.78 0.45 0.55
HSL 334.38º 0.64% 0.27% -
HSV(B) 334.38º 0.78% 0.45% -
XYZ 8.18 4.63 5.17 -
YUV 55.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 114 25 63 0 0.78 0.45 0.55 334.38 0.64 0.27
Hex 72 19 3F 0 4E 2D 37 14E 40 1B
Octal 162 31 77 0 116 55 67 516 100 33
Binary 1110010 11001 111111 0 1001110 101101 110111 101001110 1000000 11011

Color Harmonies of #72193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72193F

Black with #72193F

Text Example


Text Example

White with #72193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72193F;
 }
 .AnyTagClassName
 {
   color: #72193F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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