Html Css Color HEX #731456 Pompadour

📋 copy color: '#731456'

red 115 ◦ green 20 ◦ blue 86

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

Shades of Pompadour #731456

Tints of Pompadour #731456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 52.04%
G = 9.05%
B = 38.91%

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

#731456 (or 0x731456) is known color: Pompadour. HEX triplet: 73, 14 and 56. RGB value is (115,20,86). Sum of RGB (Red+Green+Blue) = 115+20+86=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #731456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731456 is #8CEBA9. Grayscale: #373737. Windows color (decimal): -9235370 or 5641331. OLE color: 5641331.

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

Color convert

RGB 115 20 86 -
CMYK 0 0.83 0.25 0.55
HSL 318.32º 0.7% 0.26% -
HSV(B) 318.32º 0.83% 0.45% -
XYZ 9 4.82 9.26 -
YUV 55.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 115 20 86 0 0.83 0.25 0.55 318.32 0.7 0.26
Hex 73 14 56 0 53 19 37 13E 46 1A
Octal 163 24 126 0 123 31 67 476 106 32
Binary 1110011 10100 1010110 0 1010011 11001 110111 100111110 1000110 11010

Color Harmonies of #731456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731456

Black with #731456

Text Example


Text Example

White with #731456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731456; }

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

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

background-color css

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

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

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

border-color css

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

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

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