Html Css Color HEX #860B2B Burgundy

📋 copy color: '#860B2B'

red 134 ◦ green 11 ◦ blue 43

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

Shades of Burgundy #860B2B

Tints of Burgundy #860B2B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.85%

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

R = 71.28%
G = 5.85%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#860B2B (or 0x860B2B) is known color: Burgundy. HEX triplet: 86, 0B and 2B. RGB value is (134,11,43). Sum of RGB (Red+Green+Blue) = 134+11+43=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #860B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B2B is #79F4D4. Grayscale: #333333. Windows color (decimal): -7992533 or 2820998. OLE color: 2820998.

HSL color Cylindrical-coordinate representation of color #860B2B: hue angle of 344.39º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B2B is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 11 43 -
CMYK 0 0.92 0.68 0.47
HSL 344.39º 0.85% 0.28% -
HSV(B) 344.39º 0.92% 0.53% -
XYZ 10.39 5.48 2.8 -
YUV 51.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 134 11 43 0 0.92 0.68 0.47 344.39 0.85 0.28
Hex 86 B 2B 0 5C 44 2F 158 55 1C
Octal 206 13 53 0 134 104 57 530 125 34
Binary 10000110 1011 101011 0 1011100 1000100 101111 101011000 1010101 11100

Color Harmonies of #860B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860B2B

Black with #860B2B

Text Example


Text Example

White with #860B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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