Html Css Color HEX #860E1D Burgundy

📋 copy color: '#860E1D'

red 134 ◦ green 14 ◦ blue 29

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

Shades of Burgundy #860E1D

Tints of Burgundy #860E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.91%

 BLUE value IS 29 (11.72% from 255) = 16.38%

R = 75.71%
G = 7.91%
B = 16.38%

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

#860E1D (or 0x860E1D) is known color: Burgundy. HEX triplet: 86, 0E and 1D. RGB value is (134,14,29). Sum of RGB (Red+Green+Blue) = 134+14+29=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #860E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E1D is #79F1E2. Grayscale: #333333. Windows color (decimal): -7991779 or 1904262. OLE color: 1904262.

HSL color Cylindrical-coordinate representation of color #860E1D: hue angle of 352.5º degrees, saturation: 0.81, 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 #860E1D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 14 29 -
CMYK 0 0.90 0.78 0.47
HSL 352.5º 0.81% 0.29% -
HSV(B) 352.5º 0.9% 0.53% -
XYZ 10.21 5.47 1.68 -
YUV 51.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 134 14 29 0 0.90 0.78 0.47 352.5 0.81 0.29
Hex 86 E 1D 0 5A 4E 2F 160 51 1D
Octal 206 16 35 0 132 116 57 540 121 35
Binary 10000110 1110 11101 0 1011010 1001110 101111 101100000 1010001 11101

Color Harmonies of #860E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860E1D

Black with #860E1D

Text Example


Text Example

White with #860E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,14,29); }

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

background-color css

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

 a { background-color: rgb(134,14,29); }

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

border-color css

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

 span { border-color: rgb(134,14,29); }

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