Html Css Color HEX #722551 Pompadour

📋 copy color: '#722551'

red 114 ◦ green 37 ◦ blue 81

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

Shades of Pompadour #722551

Tints of Pompadour #722551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.91%

R = 49.14%
G = 15.95%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#722551 (or 0x722551) is known color: Pompadour. HEX triplet: 72, 25 and 51. RGB value is (114,37,81). Sum of RGB (Red+Green+Blue) = 114+37+81=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #722551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722551 is #8DDAAE. Grayscale: #404040. Windows color (decimal): -9296559 or 5318002. OLE color: 5318002.

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

Color convert

RGB 114 37 81 -
CMYK 0 0.68 0.29 0.55
HSL 325.71º 0.51% 0.3% -
HSV(B) 325.71º 0.68% 0.45% -
XYZ 9.09 5.49 8.37 -
YUV 65.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 114 37 81 0 0.68 0.29 0.55 325.71 0.51 0.3
Hex 72 25 51 0 44 1D 37 146 33 1E
Octal 162 45 121 0 104 35 67 506 63 36
Binary 1110010 100101 1010001 0 1000100 11101 110111 101000110 110011 11110

Color Harmonies of #722551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722551

Black with #722551

Text Example


Text Example

White with #722551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722551; }

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

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

background-color css

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

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

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

border-color css

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

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

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