Html Css Color HEX #86053B Burgundy

📋 copy color: '#86053B'

red 134 ◦ green 5 ◦ blue 59

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

Shades of Burgundy #86053B

Tints of Burgundy #86053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.8%

R = 67.68%
G = 2.53%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86053B (or 0x86053B) is known color: Burgundy. HEX triplet: 86, 05 and 3B. RGB value is (134,5,59). Sum of RGB (Red+Green+Blue) = 134+5+59=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86053B is #79FAC4. Grayscale: #313131. Windows color (decimal): -7994053 or 3868038. OLE color: 3868038.

HSL color Cylindrical-coordinate representation of color #86053B: hue angle of 334.88º 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 #86053B is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 5 59 -
CMYK 0 0.96 0.56 0.47
HSL 334.88º 0.93% 0.27% -
HSV(B) 334.88º 0.96% 0.53% -
XYZ 10.68 5.49 4.64 -
YUV 49.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 134 5 59 0 0.96 0.56 0.47 334.88 0.93 0.27
Hex 86 5 3B 0 60 38 2F 14F 5D 1B
Octal 206 5 73 0 140 70 57 517 135 33
Binary 10000110 101 111011 0 1100000 111000 101111 101001111 1011101 11011

Color Harmonies of #86053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86053B

Black with #86053B

Text Example


Text Example

White with #86053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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