Html Css Color HEX #860018 Burgundy

📋 copy color: '#860018'

red 134 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #860018

Tints of Burgundy #860018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.19%

R = 84.81%
G = 0%
B = 15.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#860018 (or 0x860018) is known color: Burgundy. HEX triplet: 86, 00 and 18. RGB value is (134,0,24). Sum of RGB (Red+Green+Blue) = 134+0+24=158 (20% of max value = 765). Red value is 134 (52.73% from 255 or 84.81% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 134 - color contains mainly: red. Hex color #860018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860018 is #79FFE7. Grayscale: #2A2A2A. Windows color (decimal): -7995368 or 1572998. OLE color: 1572998.

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

Color convert

RGB 134 0 24 -
CMYK 0 1 0.82 0.47
HSL 349.25º 1% 0.26% -
HSV(B) 349.25º 1% 0.53% -
XYZ 10 5.13 1.33 -
YUV 42.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 134 0 24 0 1 0.82 0.47 349.25 1 0.26
Hex 86 0 18 0 64 52 2F 15D 64 1A
Octal 206 0 30 0 144 122 57 535 144 32
Binary 10000110 0 11000 0 1100100 1010010 101111 101011101 1100100 11010

Color Harmonies of #860018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860018

Black with #860018

Text Example


Text Example

White with #860018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860018; }

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

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

background-color css

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

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

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

border-color css

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

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

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