Html Css Color HEX #870336 Burgundy

📋 copy color: '#870336'

red 135 ◦ green 3 ◦ blue 54

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

Shades of Burgundy #870336

Tints of Burgundy #870336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

 BLUE value IS 54 (21.48% from 255) = 28.13%

R = 70.31%
G = 1.56%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#870336 (or 0x870336) is known color: Burgundy. HEX triplet: 87, 03 and 36. RGB value is (135,3,54). Sum of RGB (Red+Green+Blue) = 135+3+54=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870336 is #78FCC9. Grayscale: #303030. Windows color (decimal): -7929034 or 3539847. OLE color: 3539847.

HSL color Cylindrical-coordinate representation of color #870336: hue angle of 336.82º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870336 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 3 54 -
CMYK 0 0.98 0.60 0.47
HSL 336.82º 0.96% 0.27% -
HSV(B) 336.82º 0.98% 0.53% -
XYZ 10.69 5.48 3.98 -
YUV 48.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 135 3 54 0 0.98 0.60 0.47 336.82 0.96 0.27
Hex 87 3 36 0 62 3C 2F 151 60 1B
Octal 207 3 66 0 142 74 57 521 140 33
Binary 10000111 11 110110 0 1100010 111100 101111 101010001 1100000 11011

Color Harmonies of #870336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870336

Black with #870336

Text Example


Text Example

White with #870336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870336; }

 p { color: rgb(135,3,54); }

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

background-color css

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

 a { background-color: rgb(135,3,54); }

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

border-color css

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

 span { border-color: rgb(135,3,54); }

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