Html Css Color HEX #860524 Burgundy

📋 copy color: '#860524'

red 134 ◦ green 5 ◦ blue 36

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

Shades of Burgundy #860524

Tints of Burgundy #860524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 76.57%
G = 2.86%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#860524 (or 0x860524) is known color: Burgundy. HEX triplet: 86, 05 and 24. RGB value is (134,5,36). Sum of RGB (Red+Green+Blue) = 134+5+36=175 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 134 - color contains mainly: red. Hex color #860524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860524 is #79FADB. Grayscale: #2F2F2F. Windows color (decimal): -7994076 or 2360710. OLE color: 2360710.

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

Color convert

RGB 134 5 36 -
CMYK 0 0.96 0.73 0.47
HSL 345.58º 0.93% 0.27% -
HSV(B) 345.58º 0.96% 0.53% -
XYZ 10.2 5.3 2.16 -
YUV 47.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 134 5 36 0 0.96 0.73 0.47 345.58 0.93 0.27
Hex 86 5 24 0 60 49 2F 15A 5D 1B
Octal 206 5 44 0 140 111 57 532 135 33
Binary 10000110 101 100100 0 1100000 1001001 101111 101011010 1011101 11011

Color Harmonies of #860524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860524

Black with #860524

Text Example


Text Example

White with #860524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860524; }

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

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

background-color css

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

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

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

border-color css

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

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

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