Html Css Color HEX #870217 Burgundy

📋 copy color: '#870217'

red 135 ◦ green 2 ◦ blue 23

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

Shades of Burgundy #870217

Tints of Burgundy #870217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

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

R = 84.38%
G = 1.25%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#870217 (or 0x870217) is known color: Burgundy. HEX triplet: 87, 02 and 17. RGB value is (135,2,23). Sum of RGB (Red+Green+Blue) = 135+2+23=160 (21% of max value = 765). Red value is 135 (53.12% from 255 or 84.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 135 - color contains mainly: red. Hex color #870217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870217 is #78FDE8. Grayscale: #2C2C2C. Windows color (decimal): -7929321 or 1507975. OLE color: 1507975.

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

Color convert

RGB 135 2 23 -
CMYK 0 0.99 0.83 0.47
HSL 350.53º 0.97% 0.27% -
HSV(B) 350.53º 0.99% 0.53% -
XYZ 10.17 5.26 1.29 -
YUV 44.16 116.06 192.79 -
System Red Green Blue C M Y K H S L
Decimal 135 2 23 0 0.99 0.83 0.47 350.53 0.97 0.27
Hex 87 2 17 0 63 53 2F 15F 61 1B
Octal 207 2 27 0 143 123 57 537 141 33
Binary 10000111 10 10111 0 1100011 1010011 101111 101011111 1100001 11011

Color Harmonies of #870217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870217

Black with #870217

Text Example


Text Example

White with #870217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870217; }

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

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

background-color css

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

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

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

border-color css

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

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

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