#850F1A

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

Shades of Burgundy #850F1A

Tints of Burgundy #850F1A

Color information

#850F1A (or 0x850F1A) is unknown color: approx Burgundy. HEX triplet: 85, 0F and 1A. RGB value is (133,15,26). Sum of RGB (Red+Green+Blue) = 133+15+26=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #850F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850F1A is #7AF0E5. Grayscale: #333333. Windows color (decimal): -8057062 or 1707909. OLE color: 1707909.

HSL color Cylindrical-coordinate representation of color #850F1A: hue angle of 354.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F1A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1331526-
CMYK00.890.800.48
HSL354.41º79.73%29.02%-
HSV(B)354.41º88.72%52.16%-
XYZ10.035.41.49-
YUV51.54113.59186.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76.44%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=76.44%
G=8.62%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133152600.890.800.48354.4179.7329.02
Hex85F1A0595030162501d
Octal205173201311206054212035
Binary10000101111111010010110011010000110000101100010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850F1A; }

 p { color: rgb(133,15,26); }

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

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

 a { background-color: rgb(133,15,26); }

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

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

 span { border-color: rgb(133,15,26); }

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