#850024

Color #850024 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #850024

Tints of Burgundy #850024

Color information

#850024 (or 0x850024) is unknown color: approx Burgundy. HEX triplet: 85, 00 and 24. RGB value is (133,0,36). Sum of RGB (Red+Green+Blue) = 133+0+36=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #850024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850024 is #7AFFDB. Grayscale: #2B2B2B. Windows color (decimal): -8060892 or 2359429. OLE color: 2359429.

HSL color Cylindrical-coordinate representation of color #850024: hue angle of 343.76º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850024 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB133036-
CMYK010.730.48
HSL343.76º100%26.08%-
HSV(B)343.76º100%52.16%-
XYZ9.995.112.13-
YUV43.87123.56191.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 21.30%
R=78.70%
G=0%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133036010.730.48343.7610026.08
Hex850240644930158641a
Octal20504401441116053014432
Binary100001010100100011001001001001110000101011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850024; }

 p { color: rgb(133,0,36); }

 H1.HeaderClassName
 {
   color: #850024;
 }
 .AnyTagClassName
 {
   color: #850024;
 }
</style>
background-color css

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

 a { background-color: rgb(133,0,36); }

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

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

 span { border-color: rgb(133,0,36); }

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