#850419

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

Shades of Burgundy #850419

Tints of Burgundy #850419

Color information

#850419 (or 0x850419) is unknown color: approx Burgundy. HEX triplet: 85, 04 and 19. RGB value is (133,4,25). Sum of RGB (Red+Green+Blue) = 133+4+25=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #850419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850419 is #7AFBE6. Grayscale: #2D2D2D. Windows color (decimal): -8059879 or 1639557. OLE color: 1639557.

HSL color Cylindrical-coordinate representation of color #850419: hue angle of 350.23º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850419 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB133425-
CMYK00.970.810.48
HSL350.23º94.16%26.86%-
HSV(B)350.23º96.99%52.16%-
XYZ9.895.141.39-
YUV44.96116.74190.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 82.10%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=82.10%
G=2.47%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13342500.970.810.48350.2394.1626.86
Hex85419061513015e5e1b
Octal20543101411216053613633
Binary1000010110011001011000011010001110000101011110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850419; }

 p { color: rgb(133,4,25); }

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

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

 a { background-color: rgb(133,4,25); }

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

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

 span { border-color: rgb(133,4,25); }

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