Html Css Color HEX #860A17 Burgundy

📋 copy color: '#860A17'

red 134 ◦ green 10 ◦ blue 23

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

Shades of Burgundy #860A17

Tints of Burgundy #860A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.99%

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

R = 80.24%
G = 5.99%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#860A17 (or 0x860A17) is known color: Burgundy. HEX triplet: 86, 0A and 17. RGB value is (134,10,23). Sum of RGB (Red+Green+Blue) = 134+10+23=167 (22% of max value = 765). Red value is 134 (52.73% from 255 or 80.24% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 134 - color contains mainly: red. Hex color #860A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A17 is #79F5E8. Grayscale: #303030. Windows color (decimal): -7992809 or 1510022. OLE color: 1510022.

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

Color convert

RGB 134 10 23 -
CMYK 0 0.93 0.83 0.47
HSL 353.71º 0.86% 0.28% -
HSV(B) 353.71º 0.93% 0.53% -
XYZ 10.09 5.35 1.31 -
YUV 48.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 134 10 23 0 0.93 0.83 0.47 353.71 0.86 0.28
Hex 86 A 17 0 5D 53 2F 162 56 1C
Octal 206 12 27 0 135 123 57 542 126 34
Binary 10000110 1010 10111 0 1011101 1010011 101111 101100010 1010110 11100

Color Harmonies of #860A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A17

Black with #860A17

Text Example


Text Example

White with #860A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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