Html Css Color HEX #72124A Pompadour

📋 copy color: '#72124A'

red 114 ◦ green 18 ◦ blue 74

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

Shades of Pompadour #72124A

Tints of Pompadour #72124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 55.34%
G = 8.74%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72124A (or 0x72124A) is known color: Pompadour. HEX triplet: 72, 12 and 4A. RGB value is (114,18,74). Sum of RGB (Red+Green+Blue) = 114+18+74=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72124A is #8DEDB5. Grayscale: #343434. Windows color (decimal): -9301430 or 4854386. OLE color: 4854386.

HSL color Cylindrical-coordinate representation of color #72124A: hue angle of 325º 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 #72124A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 74 -
CMYK 0 0.84 0.35 0.55
HSL 325º 0.73% 0.26% -
HSV(B) 325º 0.84% 0.45% -
XYZ 8.39 4.5 6.91 -
YUV 53.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 114 18 74 0 0.84 0.35 0.55 325 0.73 0.26
Hex 72 12 4A 0 54 23 37 145 49 1A
Octal 162 22 112 0 124 43 67 505 111 32
Binary 1110010 10010 1001010 0 1010100 100011 110111 101000101 1001001 11010

Color Harmonies of #72124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72124A

Black with #72124A

Text Example


Text Example

White with #72124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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