Html Css Color HEX #721242 Pompadour

📋 copy color: '#721242'

red 114 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #721242

Tints of Pompadour #721242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.33%

R = 57.58%
G = 9.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#721242 (or 0x721242) is known color: Pompadour. HEX triplet: 72, 12 and 42. RGB value is (114,18,66). Sum of RGB (Red+Green+Blue) = 114+18+66=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #721242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721242 is #8DEDBD. Grayscale: #343434. Windows color (decimal): -9301438 or 4330098. OLE color: 4330098.

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

Color convert

RGB 114 18 66 -
CMYK 0 0.84 0.42 0.55
HSL 330º 0.73% 0.26% -
HSV(B) 330º 0.84% 0.45% -
XYZ 8.14 4.4 5.58 -
YUV 52.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 114 18 66 0 0.84 0.42 0.55 330 0.73 0.26
Hex 72 12 42 0 54 2A 37 14A 49 1A
Octal 162 22 102 0 124 52 67 512 111 32
Binary 1110010 10010 1000010 0 1010100 101010 110111 101001010 1001001 11010

Color Harmonies of #721242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721242

Black with #721242

Text Example


Text Example

White with #721242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721242; }

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

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

background-color css

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

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

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

border-color css

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

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

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