Html Css Color HEX #870617 Burgundy

📋 copy color: '#870617'

red 135 ◦ green 6 ◦ blue 23

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

Shades of Burgundy #870617

Tints of Burgundy #870617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.66%

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

R = 82.32%
G = 3.66%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#870617 (or 0x870617) is known color: Burgundy. HEX triplet: 87, 06 and 17. RGB value is (135,6,23). Sum of RGB (Red+Green+Blue) = 135+6+23=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #870617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870617 is #78F9E8. Grayscale: #2E2E2E. Windows color (decimal): -7928297 or 1508999. OLE color: 1508999.

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

Color convert

RGB 135 6 23 -
CMYK 0 0.96 0.83 0.47
HSL 352.09º 0.91% 0.28% -
HSV(B) 352.09º 0.96% 0.53% -
XYZ 10.21 5.34 1.3 -
YUV 46.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 135 6 23 0 0.96 0.83 0.47 352.09 0.91 0.28
Hex 87 6 17 0 60 53 2F 160 5B 1C
Octal 207 6 27 0 140 123 57 540 133 34
Binary 10000111 110 10111 0 1100000 1010011 101111 101100000 1011011 11100

Color Harmonies of #870617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870617

Black with #870617

Text Example


Text Example

White with #870617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870617; }

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

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

background-color css

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

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

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

border-color css

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

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

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