Html Css Color HEX #731139 Pompadour

📋 copy color: '#731139'

red 115 ◦ green 17 ◦ blue 57

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

Shades of Pompadour #731139

Tints of Pompadour #731139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.16%

R = 60.85%
G = 8.99%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#731139 (or 0x731139) is known color: Pompadour. HEX triplet: 73, 11 and 39. RGB value is (115,17,57). Sum of RGB (Red+Green+Blue) = 115+17+57=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #731139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731139 is #8CEEC6. Grayscale: #323232. Windows color (decimal): -9236167 or 3740019. OLE color: 3740019.

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

Color convert

RGB 115 17 57 -
CMYK 0 0.85 0.50 0.55
HSL 335.51º 0.74% 0.26% -
HSV(B) 335.51º 0.85% 0.45% -
XYZ 8.01 4.34 4.29 -
YUV 50.86 131.47 173.75 -
System Red Green Blue C M Y K H S L
Decimal 115 17 57 0 0.85 0.50 0.55 335.51 0.74 0.26
Hex 73 11 39 0 55 32 37 150 4A 1A
Octal 163 21 71 0 125 62 67 520 112 32
Binary 1110011 10001 111001 0 1010101 110010 110111 101010000 1001010 11010

Color Harmonies of #731139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731139

Black with #731139

Text Example


Text Example

White with #731139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731139; }

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

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

background-color css

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

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

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

border-color css

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

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

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