Html Css Color HEX #72194F Pompadour

📋 copy color: '#72194F'

red 114 ◦ green 25 ◦ blue 79

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

Shades of Pompadour #72194F

Tints of Pompadour #72194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 52.29%
G = 11.47%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#72194F (or 0x72194F) is known color: Pompadour. HEX triplet: 72, 19 and 4F. RGB value is (114,25,79). Sum of RGB (Red+Green+Blue) = 114+25+79=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #72194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72194F is #8DE6B0. Grayscale: #393939. Windows color (decimal): -9299633 or 5183858. OLE color: 5183858.

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

Color convert

RGB 114 25 79 -
CMYK 0 0.78 0.31 0.55
HSL 323.6º 0.64% 0.27% -
HSV(B) 323.6º 0.78% 0.45% -
XYZ 8.7 4.84 7.87 -
YUV 57.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 114 25 79 0 0.78 0.31 0.55 323.6 0.64 0.27
Hex 72 19 4F 0 4E 1F 37 144 40 1B
Octal 162 31 117 0 116 37 67 504 100 33
Binary 1110010 11001 1001111 0 1001110 11111 110111 101000100 1000000 11011

Color Harmonies of #72194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72194F

Black with #72194F

Text Example


Text Example

White with #72194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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