Html Css Color HEX #86013A Burgundy

📋 copy color: '#86013A'

red 134 ◦ green 1 ◦ blue 58

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

Shades of Burgundy #86013A

Tints of Burgundy #86013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 69.43%
G = 0.52%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#86013A (or 0x86013A) is known color: Burgundy. HEX triplet: 86, 01 and 3A. RGB value is (134,1,58). Sum of RGB (Red+Green+Blue) = 134+1+58=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #86013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86013A is #79FEC5. Grayscale: #2F2F2F. Windows color (decimal): -7995078 or 3801478. OLE color: 3801478.

HSL color Cylindrical-coordinate representation of color #86013A: hue angle of 334.29º 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 #86013A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 1 58 -
CMYK 0 0.99 0.57 0.47
HSL 334.29º 0.99% 0.26% -
HSV(B) 334.29º 0.99% 0.53% -
XYZ 10.61 5.4 4.49 -
YUV 47.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 134 1 58 0 0.99 0.57 0.47 334.29 0.99 0.26
Hex 86 1 3A 0 63 39 2F 14E 63 1A
Octal 206 1 72 0 143 71 57 516 143 32
Binary 10000110 1 111010 0 1100011 111001 101111 101001110 1100011 11010

Color Harmonies of #86013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86013A

Black with #86013A

Text Example


Text Example

White with #86013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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