Html Css Color HEX #860E2B Burgundy

📋 copy color: '#860E2B'

red 134 ◦ green 14 ◦ blue 43

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

Shades of Burgundy #860E2B

Tints of Burgundy #860E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.51%

R = 70.16%
G = 7.33%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#860E2B (or 0x860E2B) is known color: Burgundy. HEX triplet: 86, 0E and 2B. RGB value is (134,14,43). Sum of RGB (Red+Green+Blue) = 134+14+43=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #860E2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E2B is #79F1D4. Grayscale: #353535. Windows color (decimal): -7991765 or 2821766. OLE color: 2821766.

HSL color Cylindrical-coordinate representation of color #860E2B: hue angle of 345.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 #860E2B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 14 43 -
CMYK 0 0.90 0.68 0.47
HSL 345.5º 0.81% 0.29% -
HSV(B) 345.5º 0.9% 0.53% -
XYZ 10.42 5.56 2.81 -
YUV 53.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 134 14 43 0 0.90 0.68 0.47 345.5 0.81 0.29
Hex 86 E 2B 0 5A 44 2F 15A 51 1D
Octal 206 16 53 0 132 104 57 532 121 35
Binary 10000110 1110 101011 0 1011010 1000100 101111 101011010 1010001 11101

Color Harmonies of #860E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860E2B

Black with #860E2B

Text Example


Text Example

White with #860E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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