Html Css Color HEX #721252 Pompadour

📋 copy color: '#721252'

red 114 ◦ green 18 ◦ blue 82

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

Shades of Pompadour #721252

Tints of Pompadour #721252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.32%

R = 53.27%
G = 8.41%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#721252 (or 0x721252) is known color: Pompadour. HEX triplet: 72, 12 and 52. RGB value is (114,18,82). Sum of RGB (Red+Green+Blue) = 114+18+82=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #721252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721252 is #8DEDAD. Grayscale: #353535. Windows color (decimal): -9301422 or 5378674. OLE color: 5378674.

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

Color convert

RGB 114 18 82 -
CMYK 0 0.84 0.28 0.55
HSL 320º 0.73% 0.26% -
HSV(B) 320º 0.84% 0.45% -
XYZ 8.68 4.62 8.42 -
YUV 54 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 114 18 82 0 0.84 0.28 0.55 320 0.73 0.26
Hex 72 12 52 0 54 1C 37 140 49 1A
Octal 162 22 122 0 124 34 67 500 111 32
Binary 1110010 10010 1010010 0 1010100 11100 110111 101000000 1001001 11010

Color Harmonies of #721252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721252

Black with #721252

Text Example


Text Example

White with #721252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721252; }

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

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

background-color css

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

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

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

border-color css

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

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

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