Html Css Color HEX #721D42 Pompadour

📋 copy color: '#721D42'

red 114 ◦ green 29 ◦ blue 66

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

Shades of Pompadour #721D42

Tints of Pompadour #721D42

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.88%

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

R = 54.55%
G = 13.88%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#721D42 (or 0x721D42) is known color: Pompadour. HEX triplet: 72, 1D and 42. RGB value is (114,29,66). Sum of RGB (Red+Green+Blue) = 114+29+66=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #721D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D42 is #8DE2BD. Grayscale: #3A3A3A. Windows color (decimal): -9298622 or 4332914. OLE color: 4332914.

HSL color Cylindrical-coordinate representation of color #721D42: hue angle of 333.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D42 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 66 -
CMYK 0 0.75 0.42 0.55
HSL 333.88º 0.59% 0.28% -
HSV(B) 333.88º 0.75% 0.45% -
XYZ 8.36 4.85 5.65 -
YUV 58.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 114 29 66 0 0.75 0.42 0.55 333.88 0.59 0.28
Hex 72 1D 42 0 4B 2A 37 14E 3B 1C
Octal 162 35 102 0 113 52 67 516 73 34
Binary 1110010 11101 1000010 0 1001011 101010 110111 101001110 111011 11100

Color Harmonies of #721D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D42

Black with #721D42

Text Example


Text Example

White with #721D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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