Html Css Color HEX #860036 Burgundy

📋 copy color: '#860036'

red 134 ◦ green 0 ◦ blue 54

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

Shades of Burgundy #860036

Tints of Burgundy #860036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 28.72%

R = 71.28%
G = 0%
B = 28.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#860036 (or 0x860036) is known color: Burgundy. HEX triplet: 86, 00 and 36. RGB value is (134,0,54). Sum of RGB (Red+Green+Blue) = 134+0+54=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #860036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860036 is #79FFC9. Grayscale: #2E2E2E. Windows color (decimal): -7995338 or 3539078. OLE color: 3539078.

HSL color Cylindrical-coordinate representation of color #860036: hue angle of 335.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860036 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 54 -
CMYK 0 1 0.60 0.47
HSL 335.82º 1% 0.26% -
HSV(B) 335.82º 1% 0.53% -
XYZ 10.5 5.33 3.97 -
YUV 46.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 134 0 54 0 1 0.60 0.47 335.82 1 0.26
Hex 86 0 36 0 64 3C 2F 150 64 1A
Octal 206 0 66 0 144 74 57 520 144 32
Binary 10000110 0 110110 0 1100100 111100 101111 101010000 1100100 11010

Color Harmonies of #860036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860036

Black with #860036

Text Example


Text Example

White with #860036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860036; }

 p { color: rgb(134,0,54); }

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

background-color css

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

 a { background-color: rgb(134,0,54); }

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

border-color css

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

 span { border-color: rgb(134,0,54); }

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