Html Css Color HEX #722451 Pompadour

📋 copy color: '#722451'

red 114 ◦ green 36 ◦ blue 81

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

Shades of Pompadour #722451

Tints of Pompadour #722451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.58%

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

R = 49.35%
G = 15.58%
B = 35.06%

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

#722451 (or 0x722451) is known color: Pompadour. HEX triplet: 72, 24 and 51. RGB value is (114,36,81). Sum of RGB (Red+Green+Blue) = 114+36+81=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #722451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722451 is #8DDBAE. Grayscale: #404040. Windows color (decimal): -9296815 or 5317746. OLE color: 5317746.

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

Color convert

RGB 114 36 81 -
CMYK 0 0.68 0.29 0.55
HSL 325.38º 0.52% 0.29% -
HSV(B) 325.38º 0.68% 0.45% -
XYZ 9.06 5.43 8.36 -
YUV 64.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 114 36 81 0 0.68 0.29 0.55 325.38 0.52 0.29
Hex 72 24 51 0 44 1D 37 145 34 1D
Octal 162 44 121 0 104 35 67 505 64 35
Binary 1110010 100100 1010001 0 1000100 11101 110111 101000101 110100 11101

Color Harmonies of #722451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722451

Black with #722451

Text Example


Text Example

White with #722451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722451; }

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

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

background-color css

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

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

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

border-color css

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

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

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