Html Css Color HEX #722356 Pompadour

📋 copy color: '#722356'

red 114 ◦ green 35 ◦ blue 86

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

Shades of Pompadour #722356

Tints of Pompadour #722356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 48.51%
G = 14.89%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#722356 (or 0x722356) is known color: Pompadour. HEX triplet: 72, 23 and 56. RGB value is (114,35,86). Sum of RGB (Red+Green+Blue) = 114+35+86=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #722356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722356 is #8DDCA9. Grayscale: #404040. Windows color (decimal): -9297066 or 5645170. OLE color: 5645170.

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

Color convert

RGB 114 35 86 -
CMYK 0 0.69 0.25 0.55
HSL 321.27º 0.53% 0.29% -
HSV(B) 321.27º 0.69% 0.45% -
XYZ 9.22 5.45 9.37 -
YUV 64.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 114 35 86 0 0.69 0.25 0.55 321.27 0.53 0.29
Hex 72 23 56 0 45 19 37 141 35 1D
Octal 162 43 126 0 105 31 67 501 65 35
Binary 1110010 100011 1010110 0 1000101 11001 110111 101000001 110101 11101

Color Harmonies of #722356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722356

Black with #722356

Text Example


Text Example

White with #722356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722356; }

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

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

background-color css

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

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

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

border-color css

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

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

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