Html Css Color HEX #722255 Pompadour

📋 copy color: '#722255'

red 114 ◦ green 34 ◦ blue 85

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

Shades of Pompadour #722255

Tints of Pompadour #722255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

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

R = 48.93%
G = 14.59%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#722255 (or 0x722255) is known color: Pompadour. HEX triplet: 72, 22 and 55. RGB value is (114,34,85). Sum of RGB (Red+Green+Blue) = 114+34+85=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #722255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722255 is #8DDDAA. Grayscale: #3F3F3F. Windows color (decimal): -9297323 or 5579378. OLE color: 5579378.

HSL color Cylindrical-coordinate representation of color #722255: hue angle of 321.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722255 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 85 -
CMYK 0 0.70 0.25 0.55
HSL 321.75º 0.54% 0.29% -
HSV(B) 321.75º 0.7% 0.45% -
XYZ 9.15 5.38 9.15 -
YUV 63.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 114 34 85 0 0.70 0.25 0.55 321.75 0.54 0.29
Hex 72 22 55 0 46 19 37 142 36 1D
Octal 162 42 125 0 106 31 67 502 66 35
Binary 1110010 100010 1010101 0 1000110 11001 110111 101000010 110110 11101

Color Harmonies of #722255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722255

Black with #722255

Text Example


Text Example

White with #722255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722255; }

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

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

background-color css

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

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

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

border-color css

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

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

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