Html Css Color HEX #86012B Burgundy

📋 copy color: '#86012B'

red 134 ◦ green 1 ◦ blue 43

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

Shades of Burgundy #86012B

Tints of Burgundy #86012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 75.28%
G = 0.56%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#86012B (or 0x86012B) is known color: Burgundy. HEX triplet: 86, 01 and 2B. RGB value is (134,1,43). Sum of RGB (Red+Green+Blue) = 134+1+43=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #86012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86012B is #79FED4. Grayscale: #2D2D2D. Windows color (decimal): -7995093 or 2818438. OLE color: 2818438.

HSL color Cylindrical-coordinate representation of color #86012B: hue angle of 341.05º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86012B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 43 -
CMYK 0 0.99 0.68 0.47
HSL 341.05º 0.99% 0.26% -
HSV(B) 341.05º 0.99% 0.53% -
XYZ 10.28 5.26 2.76 -
YUV 45.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 134 1 43 0 0.99 0.68 0.47 341.05 0.99 0.26
Hex 86 1 2B 0 63 44 2F 155 63 1A
Octal 206 1 53 0 143 104 57 525 143 32
Binary 10000110 1 101011 0 1100011 1000100 101111 101010101 1100011 11010

Color Harmonies of #86012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86012B

Black with #86012B

Text Example


Text Example

White with #86012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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