Html Css Color HEX #860D36 Burgundy

📋 copy color: '#860D36'

red 134 ◦ green 13 ◦ blue 54

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

Shades of Burgundy #860D36

Tints of Burgundy #860D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.47%

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

R = 66.67%
G = 6.47%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#860D36 (or 0x860D36) is known color: Burgundy. HEX triplet: 86, 0D and 36. RGB value is (134,13,54). Sum of RGB (Red+Green+Blue) = 134+13+54=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #860D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860D36 is #79F2C9. Grayscale: #353535. Windows color (decimal): -7992010 or 3542406. OLE color: 3542406.

HSL color Cylindrical-coordinate representation of color #860D36: hue angle of 339.67º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D36 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 13 54 -
CMYK 0 0.90 0.60 0.47
HSL 339.67º 0.82% 0.29% -
HSV(B) 339.67º 0.9% 0.53% -
XYZ 10.64 5.62 4.01 -
YUV 53.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 134 13 54 0 0.90 0.60 0.47 339.67 0.82 0.29
Hex 86 D 36 0 5A 3C 2F 154 52 1D
Octal 206 15 66 0 132 74 57 524 122 35
Binary 10000110 1101 110110 0 1011010 111100 101111 101010100 1010010 11101

Color Harmonies of #860D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D36

Black with #860D36

Text Example


Text Example

White with #860D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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