Html Css Color HEX #86122B Burgundy

📋 copy color: '#86122B'

red 134 ◦ green 18 ◦ blue 43

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

Shades of Burgundy #86122B

Tints of Burgundy #86122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

 BLUE value IS 43 (17.19% from 255) = 22.05%

R = 68.72%
G = 9.23%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86122B (or 0x86122B) is known color: Burgundy. HEX triplet: 86, 12 and 2B. RGB value is (134,18,43). Sum of RGB (Red+Green+Blue) = 134+18+43=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86122B is #79EDD4. Grayscale: #373737. Windows color (decimal): -7990741 or 2822790. OLE color: 2822790.

HSL color Cylindrical-coordinate representation of color #86122B: hue angle of 347.07º degrees, saturation: 0.76, 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 #86122B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 43 -
CMYK 0 0.87 0.68 0.47
HSL 347.07º 0.76% 0.3% -
HSV(B) 347.07º 0.87% 0.53% -
XYZ 10.48 5.68 2.83 -
YUV 55.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 134 18 43 0 0.87 0.68 0.47 347.07 0.76 0.3
Hex 86 12 2B 0 57 44 2F 15B 4C 1E
Octal 206 22 53 0 127 104 57 533 114 36
Binary 10000110 10010 101011 0 1010111 1000100 101111 101011011 1001100 11110

Color Harmonies of #86122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86122B

Black with #86122B

Text Example


Text Example

White with #86122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86122B; }

 p { color: rgb(134,18,43); }

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

background-color css

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

 a { background-color: rgb(134,18,43); }

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

border-color css

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

 span { border-color: rgb(134,18,43); }

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