Html Css Color HEX #860525 Burgundy

📋 copy color: '#860525'

red 134 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #860525

Tints of Burgundy #860525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 76.14%
G = 2.84%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#860525 (or 0x860525) is known color: Burgundy. HEX triplet: 86, 05 and 25. RGB value is (134,5,37). Sum of RGB (Red+Green+Blue) = 134+5+37=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #860525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860525 is #79FADA. Grayscale: #2F2F2F. Windows color (decimal): -7994075 or 2426246. OLE color: 2426246.

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

Color convert

RGB 134 5 37 -
CMYK 0 0.96 0.72 0.47
HSL 345.12º 0.93% 0.27% -
HSV(B) 345.12º 0.96% 0.53% -
XYZ 10.22 5.31 2.24 -
YUV 47.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 134 5 37 0 0.96 0.72 0.47 345.12 0.93 0.27
Hex 86 5 25 0 60 48 2F 159 5D 1B
Octal 206 5 45 0 140 110 57 531 135 33
Binary 10000110 101 100101 0 1100000 1001000 101111 101011001 1011101 11011

Color Harmonies of #860525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860525

Black with #860525

Text Example


Text Example

White with #860525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860525; }

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

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

background-color css

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

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

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

border-color css

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

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

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