Html Css Color HEX #731156 Pompadour

📋 copy color: '#731156'

red 115 ◦ green 17 ◦ blue 86

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

Shades of Pompadour #731156

Tints of Pompadour #731156

RGB

 RED value IS 115 (45.31% from 255) = 52.75%

 GREEN value IS 17 (7.03% from 255) = 7.8%

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

R = 52.75%
G = 7.8%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#731156 (or 0x731156) is known color: Pompadour. HEX triplet: 73, 11 and 56. RGB value is (115,17,86). Sum of RGB (Red+Green+Blue) = 115+17+86=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #731156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731156 is #8CEEA9. Grayscale: #353535. Windows color (decimal): -9236138 or 5640563. OLE color: 5640563.

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

Color convert

RGB 115 17 86 -
CMYK 0 0.85 0.25 0.55
HSL 317.76º 0.74% 0.26% -
HSV(B) 317.76º 0.85% 0.45% -
XYZ 8.95 4.72 9.24 -
YUV 54.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 115 17 86 0 0.85 0.25 0.55 317.76 0.74 0.26
Hex 73 11 56 0 55 19 37 13E 4A 1A
Octal 163 21 126 0 125 31 67 476 112 32
Binary 1110011 10001 1010110 0 1010101 11001 110111 100111110 1001010 11010

Color Harmonies of #731156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731156

Black with #731156

Text Example


Text Example

White with #731156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731156; }

 p { color: rgb(115,17,86); }

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

background-color css

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

 a { background-color: rgb(115,17,86); }

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

border-color css

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

 span { border-color: rgb(115,17,86); }

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