Html Css Color HEX #860D1E Burgundy

📋 copy color: '#860D1E'

red 134 ◦ green 13 ◦ blue 30

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

Shades of Burgundy #860D1E

Tints of Burgundy #860D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

 BLUE value IS 30 (12.11% from 255) = 16.95%

R = 75.71%
G = 7.34%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#860D1E (or 0x860D1E) is known color: Burgundy. HEX triplet: 86, 0D and 1E. RGB value is (134,13,30). Sum of RGB (Red+Green+Blue) = 134+13+30=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #860D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D1E is #79F2E1. Grayscale: #333333. Windows color (decimal): -7992034 or 1969542. OLE color: 1969542.

HSL color Cylindrical-coordinate representation of color #860D1E: hue angle of 351.57º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D1E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 13 30 -
CMYK 0 0.90 0.78 0.47
HSL 351.57º 0.82% 0.29% -
HSV(B) 351.57º 0.9% 0.53% -
XYZ 10.21 5.45 1.74 -
YUV 51.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 134 13 30 0 0.90 0.78 0.47 351.57 0.82 0.29
Hex 86 D 1E 0 5A 4E 2F 160 52 1D
Octal 206 15 36 0 132 116 57 540 122 35
Binary 10000110 1101 11110 0 1011010 1001110 101111 101100000 1010010 11101

Color Harmonies of #860D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D1E

Black with #860D1E

Text Example


Text Example

White with #860D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,13,30); }

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

background-color css

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

 a { background-color: rgb(134,13,30); }

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

border-color css

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

 span { border-color: rgb(134,13,30); }

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