Html Css Color HEX #722456 Pompadour

📋 copy color: '#722456'

red 114 ◦ green 36 ◦ blue 86

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

Shades of Pompadour #722456

Tints of Pompadour #722456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 48.31%
G = 15.25%
B = 36.44%

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

#722456 (or 0x722456) is known color: Pompadour. HEX triplet: 72, 24 and 56. RGB value is (114,36,86). Sum of RGB (Red+Green+Blue) = 114+36+86=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #722456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722456 is #8DDBA9. Grayscale: #404040. Windows color (decimal): -9296810 or 5645426. OLE color: 5645426.

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

Color convert

RGB 114 36 86 -
CMYK 0 0.68 0.25 0.55
HSL 321.54º 0.52% 0.29% -
HSV(B) 321.54º 0.68% 0.45% -
XYZ 9.25 5.51 9.38 -
YUV 65.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 114 36 86 0 0.68 0.25 0.55 321.54 0.52 0.29
Hex 72 24 56 0 44 19 37 142 34 1D
Octal 162 44 126 0 104 31 67 502 64 35
Binary 1110010 100100 1010110 0 1000100 11001 110111 101000010 110100 11101

Color Harmonies of #722456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722456

Black with #722456

Text Example


Text Example

White with #722456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722456; }

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

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

background-color css

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

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

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

border-color css

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

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

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