#85001D

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

Shades of Burgundy #85001D

Tints of Burgundy #85001D

Color information

#85001D (or 0x85001D) is unknown color: approx Burgundy. HEX triplet: 85, 00 and 1D. RGB value is (133,0,29). Sum of RGB (Red+Green+Blue) = 133+0+29=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #85001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85001D is #7AFFE2. Grayscale: #2B2B2B. Windows color (decimal): -8060899 or 1900677. OLE color: 1900677.

HSL color Cylindrical-coordinate representation of color #85001D: hue angle of 346.92º 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 #85001D is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB133029-
CMYK010.780.48
HSL346.92º100%26.08%-
HSV(B)346.92º100%52.16%-
XYZ9.895.081.62-
YUV43.07120.06192.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 82.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=82.10%
G=0%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133029010.780.48346.9210026.08
Hex8501D0644E3015b641a
Octal20503501441166053314432
Binary10000101011101011001001001110110000101011011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85001D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85001D; }

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

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

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

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

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

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

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

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