Html Css Color HEX #860A1B Burgundy

📋 copy color: '#860A1B'

red 134 ◦ green 10 ◦ blue 27

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

Shades of Burgundy #860A1B

Tints of Burgundy #860A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.79%

R = 78.36%
G = 5.85%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#860A1B (or 0x860A1B) is known color: Burgundy. HEX triplet: 86, 0A and 1B. RGB value is (134,10,27). Sum of RGB (Red+Green+Blue) = 134+10+27=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #860A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A1B is #79F5E4. Grayscale: #313131. Windows color (decimal): -7992805 or 1772166. OLE color: 1772166.

HSL color Cylindrical-coordinate representation of color #860A1B: hue angle of 351.77º 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 #860A1B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 10 27 -
CMYK 0 0.93 0.80 0.47
HSL 351.77º 0.86% 0.28% -
HSV(B) 351.77º 0.93% 0.53% -
XYZ 10.14 5.36 1.54 -
YUV 49.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 134 10 27 0 0.93 0.80 0.47 351.77 0.86 0.28
Hex 86 A 1B 0 5D 50 2F 160 56 1C
Octal 206 12 33 0 135 120 57 540 126 34
Binary 10000110 1010 11011 0 1011101 1010000 101111 101100000 1010110 11100

Color Harmonies of #860A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A1B

Black with #860A1B

Text Example


Text Example

White with #860A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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