Html Css Color HEX #870317 Burgundy

📋 copy color: '#870317'

red 135 ◦ green 3 ◦ blue 23

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

Shades of Burgundy #870317

Tints of Burgundy #870317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.29%

R = 83.85%
G = 1.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#870317 (or 0x870317) is known color: Burgundy. HEX triplet: 87, 03 and 17. RGB value is (135,3,23). Sum of RGB (Red+Green+Blue) = 135+3+23=161 (21% of max value = 765). Red value is 135 (53.12% from 255 or 83.85% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 135 - color contains mainly: red. Hex color #870317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870317 is #78FCE8. Grayscale: #2C2C2C. Windows color (decimal): -7929065 or 1508231. OLE color: 1508231.

HSL color Cylindrical-coordinate representation of color #870317: hue angle of 350.91º 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 #870317 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 3 23 -
CMYK 0 0.98 0.83 0.47
HSL 350.91º 0.96% 0.27% -
HSV(B) 350.91º 0.98% 0.53% -
XYZ 10.18 5.28 1.29 -
YUV 44.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 135 3 23 0 0.98 0.83 0.47 350.91 0.96 0.27
Hex 87 3 17 0 62 53 2F 15F 60 1B
Octal 207 3 27 0 142 123 57 537 140 33
Binary 10000111 11 10111 0 1100010 1010011 101111 101011111 1100000 11011

Color Harmonies of #870317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870317

Black with #870317

Text Example


Text Example

White with #870317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870317; }

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

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

background-color css

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

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

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

border-color css

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

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

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