Html Css Color HEX #861127 Burgundy

📋 copy color: '#861127'

red 134 ◦ green 17 ◦ blue 39

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

Shades of Burgundy #861127

Tints of Burgundy #861127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.95%

 BLUE value IS 39 (15.63% from 255) = 20.53%

R = 70.53%
G = 8.95%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#861127 (or 0x861127) is known color: Burgundy. HEX triplet: 86, 11 and 27. RGB value is (134,17,39). Sum of RGB (Red+Green+Blue) = 134+17+39=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #861127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861127 is #79EED8. Grayscale: #363636. Windows color (decimal): -7991001 or 2560390. OLE color: 2560390.

HSL color Cylindrical-coordinate representation of color #861127: hue angle of 348.72º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861127 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 39 -
CMYK 0 0.87 0.71 0.47
HSL 348.72º 0.77% 0.3% -
HSV(B) 348.72º 0.87% 0.53% -
XYZ 10.4 5.62 2.46 -
YUV 54.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 134 17 39 0 0.87 0.71 0.47 348.72 0.77 0.3
Hex 86 11 27 0 57 47 2F 15D 4D 1E
Octal 206 21 47 0 127 107 57 535 115 36
Binary 10000110 10001 100111 0 1010111 1000111 101111 101011101 1001101 11110

Color Harmonies of #861127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861127

Black with #861127

Text Example


Text Example

White with #861127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861127; }

 p { color: rgb(134,17,39); }

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

background-color css

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

 a { background-color: rgb(134,17,39); }

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

border-color css

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

 span { border-color: rgb(134,17,39); }

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