#850414

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

Shades of Burgundy #850414

Tints of Burgundy #850414

Color information

#850414 (or 0x850414) is unknown color: approx Burgundy. HEX triplet: 85, 04 and 14. RGB value is (133,4,20). Sum of RGB (Red+Green+Blue) = 133+4+20=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850414 is #7AFBEB. Grayscale: #2C2C2C. Windows color (decimal): -8059884 or 1311877. OLE color: 1311877.

HSL color Cylindrical-coordinate representation of color #850414: hue angle of 352.56º 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 #850414 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB133420-
CMYK00.970.850.48
HSL352.56º94.16%26.86%-
HSV(B)352.56º96.99%52.16%-
XYZ9.845.121.13-
YUV44.4114.24191.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.71%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=84.71%
G=2.55%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13342000.970.850.48352.5694.1626.86
Hex8541406155301615e1b
Octal20542401411256054113633
Binary1000010110010100011000011010101110000101100001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850414; }

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

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

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

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

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

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

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

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