Html Css Color HEX #722549 Pompadour

📋 copy color: '#722549'

red 114 ◦ green 37 ◦ blue 73

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

Shades of Pompadour #722549

Tints of Pompadour #722549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

 BLUE value IS 73 (28.91% from 255) = 32.59%

R = 50.89%
G = 16.52%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#722549 (or 0x722549) is known color: Pompadour. HEX triplet: 72, 25 and 49. RGB value is (114,37,73). Sum of RGB (Red+Green+Blue) = 114+37+73=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #722549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722549 is #8DDAB6. Grayscale: #404040. Windows color (decimal): -9296567 or 4793714. OLE color: 4793714.

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

Color convert

RGB 114 37 73 -
CMYK 0 0.68 0.36 0.55
HSL 331.95º 0.51% 0.3% -
HSV(B) 331.95º 0.68% 0.45% -
XYZ 8.8 5.38 6.88 -
YUV 64.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 114 37 73 0 0.68 0.36 0.55 331.95 0.51 0.3
Hex 72 25 49 0 44 24 37 14C 33 1E
Octal 162 45 111 0 104 44 67 514 63 36
Binary 1110010 100101 1001001 0 1000100 100100 110111 101001100 110011 11110

Color Harmonies of #722549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722549

Black with #722549

Text Example


Text Example

White with #722549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722549; }

 p { color: rgb(114,37,73); }

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

background-color css

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

 a { background-color: rgb(114,37,73); }

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

border-color css

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

 span { border-color: rgb(114,37,73); }

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