Html Css Color HEX #721F42 Pompadour

📋 copy color: '#721F42'

red 114 ◦ green 31 ◦ blue 66

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

Shades of Pompadour #721F42

Tints of Pompadour #721F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.69%

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

R = 54.03%
G = 14.69%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#721F42 (or 0x721F42) is known color: Pompadour. HEX triplet: 72, 1F and 42. RGB value is (114,31,66). Sum of RGB (Red+Green+Blue) = 114+31+66=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #721F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F42 is #8DE0BD. Grayscale: #3B3B3B. Windows color (decimal): -9298110 or 4333426. OLE color: 4333426.

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

Color convert

RGB 114 31 66 -
CMYK 0 0.73 0.42 0.55
HSL 334.7º 0.57% 0.28% -
HSV(B) 334.7º 0.73% 0.45% -
XYZ 8.41 4.95 5.67 -
YUV 59.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 114 31 66 0 0.73 0.42 0.55 334.7 0.57 0.28
Hex 72 1F 42 0 49 2A 37 14F 39 1C
Octal 162 37 102 0 111 52 67 517 71 34
Binary 1110010 11111 1000010 0 1001001 101010 110111 101001111 111001 11100

Color Harmonies of #721F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F42

Black with #721F42

Text Example


Text Example

White with #721F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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