Html Css Color HEX #860A2B Burgundy

📋 copy color: '#860A2B'

red 134 ◦ green 10 ◦ blue 43

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

Shades of Burgundy #860A2B

Tints of Burgundy #860A2B

RGB

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

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

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

R = 71.66%
G = 5.35%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#860A2B (or 0x860A2B) is known color: Burgundy. HEX triplet: 86, 0A and 2B. RGB value is (134,10,43). Sum of RGB (Red+Green+Blue) = 134+10+43=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #860A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860A2B is #79F5D4. Grayscale: #323232. Windows color (decimal): -7992789 or 2820742. OLE color: 2820742.

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

Color convert

RGB 134 10 43 -
CMYK 0 0.93 0.68 0.47
HSL 344.03º 0.86% 0.28% -
HSV(B) 344.03º 0.93% 0.53% -
XYZ 10.38 5.46 2.79 -
YUV 50.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 134 10 43 0 0.93 0.68 0.47 344.03 0.86 0.28
Hex 86 A 2B 0 5D 44 2F 158 56 1C
Octal 206 12 53 0 135 104 57 530 126 34
Binary 10000110 1010 101011 0 1011101 1000100 101111 101011000 1010110 11100

Color Harmonies of #860A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860A2B

Black with #860A2B

Text Example


Text Example

White with #860A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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