Html Css Color HEX #86053A Burgundy

📋 copy color: '#86053A'

red 134 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #86053A

Tints of Burgundy #86053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

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

R = 68.02%
G = 2.54%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#86053A (or 0x86053A) is known color: Burgundy. HEX triplet: 86, 05 and 3A. RGB value is (134,5,58). Sum of RGB (Red+Green+Blue) = 134+5+58=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86053A is #79FAC5. Grayscale: #313131. Windows color (decimal): -7994054 or 3802502. OLE color: 3802502.

HSL color Cylindrical-coordinate representation of color #86053A: hue angle of 335.35º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86053A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 5 58 -
CMYK 0 0.96 0.57 0.47
HSL 335.35º 0.93% 0.27% -
HSV(B) 335.35º 0.96% 0.53% -
XYZ 10.65 5.48 4.5 -
YUV 49.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 134 5 58 0 0.96 0.57 0.47 335.35 0.93 0.27
Hex 86 5 3A 0 60 39 2F 14F 5D 1B
Octal 206 5 72 0 140 71 57 517 135 33
Binary 10000110 101 111010 0 1100000 111001 101111 101001111 1011101 11011

Color Harmonies of #86053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86053A

Black with #86053A

Text Example


Text Example

White with #86053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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