Html Css Color HEX #722041 Pompadour

📋 copy color: '#722041'

red 114 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #722041

Tints of Pompadour #722041

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 54.03%
G = 15.17%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#722041 (or 0x722041) is known color: Pompadour. HEX triplet: 72, 20 and 41. RGB value is (114,32,65). Sum of RGB (Red+Green+Blue) = 114+32+65=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #722041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722041 is #8DDFBE. Grayscale: #3C3C3C. Windows color (decimal): -9297855 or 4268146. OLE color: 4268146.

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

Color convert

RGB 114 32 65 -
CMYK 0 0.72 0.43 0.55
HSL 335.85º 0.56% 0.29% -
HSV(B) 335.85º 0.72% 0.45% -
XYZ 8.41 4.99 5.52 -
YUV 60.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 114 32 65 0 0.72 0.43 0.55 335.85 0.56 0.29
Hex 72 20 41 0 48 2B 37 150 38 1D
Octal 162 40 101 0 110 53 67 520 70 35
Binary 1110010 100000 1000001 0 1001000 101011 110111 101010000 111000 11101

Color Harmonies of #722041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722041

Black with #722041

Text Example


Text Example

White with #722041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722041; }

 p { color: rgb(114,32,65); }

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

background-color css

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

 a { background-color: rgb(114,32,65); }

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

border-color css

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

 span { border-color: rgb(114,32,65); }

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