Html Css Color HEX #861036 Burgundy

📋 copy color: '#861036'

red 134 ◦ green 16 ◦ blue 54

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

Shades of Burgundy #861036

Tints of Burgundy #861036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 65.69%
G = 7.84%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#861036 (or 0x861036) is known color: Burgundy. HEX triplet: 86, 10 and 36. RGB value is (134,16,54). Sum of RGB (Red+Green+Blue) = 134+16+54=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #861036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861036 is #79EFC9. Grayscale: #373737. Windows color (decimal): -7991242 or 3543174. OLE color: 3543174.

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

Color convert

RGB 134 16 54 -
CMYK 0 0.88 0.60 0.47
HSL 340.68º 0.79% 0.29% -
HSV(B) 340.68º 0.88% 0.53% -
XYZ 10.68 5.71 4.03 -
YUV 55.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 134 16 54 0 0.88 0.60 0.47 340.68 0.79 0.29
Hex 86 10 36 0 58 3C 2F 155 4F 1D
Octal 206 20 66 0 130 74 57 525 117 35
Binary 10000110 10000 110110 0 1011000 111100 101111 101010101 1001111 11101

Color Harmonies of #861036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861036

Black with #861036

Text Example


Text Example

White with #861036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861036; }

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

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

background-color css

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

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

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

border-color css

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

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

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