#85001F

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

Shades of Burgundy #85001F

Tints of Burgundy #85001F

Color information

#85001F (or 0x85001F) is unknown color: approx Burgundy. HEX triplet: 85, 00 and 1F. RGB value is (133,0,31). Sum of RGB (Red+Green+Blue) = 133+0+31=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #85001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85001F is #7AFFE0. Grayscale: #2B2B2B. Windows color (decimal): -8060897 or 2031749. OLE color: 2031749.

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

Color convert

RGB133031-
CMYK010.770.48
HSL346.02º100%26.08%-
HSV(B)346.02º100%52.16%-
XYZ9.925.091.76-
YUV43.3121.06191.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 81.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=81.10%
G=0%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133031010.770.48346.0210026.08
Hex8501F0644D3015a641a
Octal20503701441156053214432
Binary10000101011111011001001001101110000101011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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