Html Css Color HEX #870731 Burgundy

📋 copy color: '#870731'

red 135 ◦ green 7 ◦ blue 49

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

Shades of Burgundy #870731

Tints of Burgundy #870731

RGB

 RED value IS 135 (53.13% from 255) = 70.68%

 GREEN value IS 7 (3.13% from 255) = 3.66%

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 70.68%
G = 3.66%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#870731 (or 0x870731) is known color: Burgundy. HEX triplet: 87, 07 and 31. RGB value is (135,7,49). Sum of RGB (Red+Green+Blue) = 135+7+49=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870731 is #78F8CE. Grayscale: #323232. Windows color (decimal): -7928015 or 3213191. OLE color: 3213191.

HSL color Cylindrical-coordinate representation of color #870731: hue angle of 340.31º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870731 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 7 49 -
CMYK 0 0.95 0.64 0.47
HSL 340.31º 0.9% 0.28% -
HSV(B) 340.31º 0.95% 0.53% -
XYZ 10.62 5.52 3.41 -
YUV 50.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 135 7 49 0 0.95 0.64 0.47 340.31 0.9 0.28
Hex 87 7 31 0 5F 40 2F 154 5A 1C
Octal 207 7 61 0 137 100 57 524 132 34
Binary 10000111 111 110001 0 1011111 1000000 101111 101010100 1011010 11100

Color Harmonies of #870731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870731

Black with #870731

Text Example


Text Example

White with #870731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870731; }

 p { color: rgb(135,7,49); }

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

background-color css

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

 a { background-color: rgb(135,7,49); }

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

border-color css

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

 span { border-color: rgb(135,7,49); }

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