Html Css Color HEX #86112D Burgundy

📋 copy color: '#86112D'

red 134 ◦ green 17 ◦ blue 45

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

Shades of Burgundy #86112D

Tints of Burgundy #86112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.96%

R = 68.37%
G = 8.67%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86112D (or 0x86112D) is known color: Burgundy. HEX triplet: 86, 11 and 2D. RGB value is (134,17,45). Sum of RGB (Red+Green+Blue) = 134+17+45=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #86112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86112D is #79EED2. Grayscale: #373737. Windows color (decimal): -7990995 or 2953606. OLE color: 2953606.

HSL color Cylindrical-coordinate representation of color #86112D: hue angle of 345.64º 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 #86112D is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 45 -
CMYK 0 0.87 0.66 0.47
HSL 345.64º 0.77% 0.3% -
HSV(B) 345.64º 0.87% 0.53% -
XYZ 10.51 5.66 3.02 -
YUV 55.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 134 17 45 0 0.87 0.66 0.47 345.64 0.77 0.3
Hex 86 11 2D 0 57 42 2F 15A 4D 1E
Octal 206 21 55 0 127 102 57 532 115 36
Binary 10000110 10001 101101 0 1010111 1000010 101111 101011010 1001101 11110

Color Harmonies of #86112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86112D

Black with #86112D

Text Example


Text Example

White with #86112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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