Html Css Color HEX #731356 Pompadour

📋 copy color: '#731356'

red 115 ◦ green 19 ◦ blue 86

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

Shades of Pompadour #731356

Tints of Pompadour #731356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 52.27%
G = 8.64%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#731356 (or 0x731356) is known color: Pompadour. HEX triplet: 73, 13 and 56. RGB value is (115,19,86). Sum of RGB (Red+Green+Blue) = 115+19+86=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731356 is #8CECA9. Grayscale: #373737. Windows color (decimal): -9235626 or 5641075. OLE color: 5641075.

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

Color convert

RGB 115 19 86 -
CMYK 0 0.83 0.25 0.55
HSL 318.13º 0.72% 0.26% -
HSV(B) 318.13º 0.83% 0.45% -
XYZ 8.98 4.78 9.25 -
YUV 55.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 115 19 86 0 0.83 0.25 0.55 318.13 0.72 0.26
Hex 73 13 56 0 53 19 37 13E 48 1A
Octal 163 23 126 0 123 31 67 476 110 32
Binary 1110011 10011 1010110 0 1010011 11001 110111 100111110 1001000 11010

Color Harmonies of #731356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731356

Black with #731356

Text Example


Text Example

White with #731356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731356; }

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

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

background-color css

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

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

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

border-color css

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

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

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