Html Css Color HEX #722555 Pompadour

📋 copy color: '#722555'

red 114 ◦ green 37 ◦ blue 85

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

Shades of Pompadour #722555

Tints of Pompadour #722555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.02%

R = 48.31%
G = 15.68%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#722555 (or 0x722555) is known color: Pompadour. HEX triplet: 72, 25 and 55. RGB value is (114,37,85). Sum of RGB (Red+Green+Blue) = 114+37+85=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #722555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722555 is #8DDAAA. Grayscale: #414141. Windows color (decimal): -9296555 or 5580146. OLE color: 5580146.

HSL color Cylindrical-coordinate representation of color #722555: hue angle of 322.6º 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 #722555 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 37 85 -
CMYK 0 0.68 0.25 0.55
HSL 322.6º 0.51% 0.3% -
HSV(B) 322.6º 0.68% 0.45% -
XYZ 9.24 5.56 9.18 -
YUV 65.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 114 37 85 0 0.68 0.25 0.55 322.6 0.51 0.3
Hex 72 25 55 0 44 19 37 143 33 1E
Octal 162 45 125 0 104 31 67 503 63 36
Binary 1110010 100101 1010101 0 1000100 11001 110111 101000011 110011 11110

Color Harmonies of #722555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722555

Black with #722555

Text Example


Text Example

White with #722555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722555; }

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

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

background-color css

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

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

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

border-color css

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

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

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