Html Css Color HEX #860B32 Burgundy

📋 copy color: '#860B32'

red 134 ◦ green 11 ◦ blue 50

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

Shades of Burgundy #860B32

Tints of Burgundy #860B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.64%

R = 68.72%
G = 5.64%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#860B32 (or 0x860B32) is known color: Burgundy. HEX triplet: 86, 0B and 32. RGB value is (134,11,50). Sum of RGB (Red+Green+Blue) = 134+11+50=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #860B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860B32 is #79F4CD. Grayscale: #343434. Windows color (decimal): -7992526 or 3279750. OLE color: 3279750.

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

Color convert

RGB 134 11 50 -
CMYK 0 0.92 0.63 0.47
HSL 340.98º 0.85% 0.28% -
HSV(B) 340.98º 0.92% 0.53% -
XYZ 10.53 5.54 3.53 -
YUV 52.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 134 11 50 0 0.92 0.63 0.47 340.98 0.85 0.28
Hex 86 B 32 0 5C 3F 2F 155 55 1C
Octal 206 13 62 0 134 77 57 525 125 34
Binary 10000110 1011 110010 0 1011100 111111 101111 101010101 1010101 11100

Color Harmonies of #860B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860B32

Black with #860B32

Text Example


Text Example

White with #860B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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