Html Css Color HEX #860017 Burgundy

📋 copy color: '#860017'

red 134 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #860017

Tints of Burgundy #860017

RGB

 RED value IS 134 (52.73% from 255) = 85.35%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.35%
G = 0%
B = 14.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#860017 (or 0x860017) is known color: Burgundy. HEX triplet: 86, 00 and 17. RGB value is (134,0,23). Sum of RGB (Red+Green+Blue) = 134+0+23=157 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.35% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 134 - color contains mainly: red. Hex color #860017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860017 is #79FFE8. Grayscale: #2A2A2A. Windows color (decimal): -7995369 or 1507462. OLE color: 1507462.

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

Color convert

RGB 134 0 23 -
CMYK 0 1 0.83 0.47
HSL 349.7º 1% 0.26% -
HSV(B) 349.7º 1% 0.53% -
XYZ 9.99 5.13 1.27 -
YUV 42.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 134 0 23 0 1 0.83 0.47 349.7 1 0.26
Hex 86 0 17 0 64 53 2F 15E 64 1A
Octal 206 0 27 0 144 123 57 536 144 32
Binary 10000110 0 10111 0 1100100 1010011 101111 101011110 1100100 11010

Color Harmonies of #860017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860017

Black with #860017

Text Example


Text Example

White with #860017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860017; }

 p { color: rgb(134,0,23); }

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

background-color css

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

 a { background-color: rgb(134,0,23); }

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

border-color css

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

 span { border-color: rgb(134,0,23); }

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