Html Css Color HEX #722442 Pompadour

📋 copy color: '#722442'

red 114 ◦ green 36 ◦ blue 66

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

Shades of Pompadour #722442

Tints of Pompadour #722442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 52.78%
G = 16.67%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#722442 (or 0x722442) is known color: Pompadour. HEX triplet: 72, 24 and 42. RGB value is (114,36,66). Sum of RGB (Red+Green+Blue) = 114+36+66=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #722442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722442 is #8DDBBD. Grayscale: #3E3E3E. Windows color (decimal): -9296830 or 4334706. OLE color: 4334706.

HSL color Cylindrical-coordinate representation of color #722442: hue angle of 336.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722442 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 36 66 -
CMYK 0 0.68 0.42 0.55
HSL 336.92º 0.52% 0.29% -
HSV(B) 336.92º 0.68% 0.45% -
XYZ 8.55 5.23 5.71 -
YUV 62.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 114 36 66 0 0.68 0.42 0.55 336.92 0.52 0.29
Hex 72 24 42 0 44 2A 37 151 34 1D
Octal 162 44 102 0 104 52 67 521 64 35
Binary 1110010 100100 1000010 0 1000100 101010 110111 101010001 110100 11101

Color Harmonies of #722442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722442

Black with #722442

Text Example


Text Example

White with #722442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722442; }

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

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

background-color css

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

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

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

border-color css

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

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

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