Html Css Color HEX #72124F Pompadour

📋 copy color: '#72124F'

red 114 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #72124F

Tints of Pompadour #72124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

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

R = 54.03%
G = 8.53%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#72124F (or 0x72124F) is known color: Pompadour. HEX triplet: 72, 12 and 4F. RGB value is (114,18,79). Sum of RGB (Red+Green+Blue) = 114+18+79=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72124F is #8DEDB0. Grayscale: #353535. Windows color (decimal): -9301425 or 5182066. OLE color: 5182066.

HSL color Cylindrical-coordinate representation of color #72124F: hue angle of 321.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72124F is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 79 -
CMYK 0 0.84 0.31 0.55
HSL 321.88º 0.73% 0.26% -
HSV(B) 321.88º 0.84% 0.45% -
XYZ 8.57 4.57 7.83 -
YUV 53.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 114 18 79 0 0.84 0.31 0.55 321.88 0.73 0.26
Hex 72 12 4F 0 54 1F 37 142 49 1A
Octal 162 22 117 0 124 37 67 502 111 32
Binary 1110010 10010 1001111 0 1010100 11111 110111 101000010 1001001 11010

Color Harmonies of #72124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72124F

Black with #72124F

Text Example


Text Example

White with #72124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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