#850B1C

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

Shades of Burgundy #850B1C

Tints of Burgundy #850B1C

Color information

#850B1C (or 0x850B1C) is unknown color: approx Burgundy. HEX triplet: 85, 0B and 1C. RGB value is (133,11,28). Sum of RGB (Red+Green+Blue) = 133+11+28=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #850B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850B1C is #7AF4E3. Grayscale: #313131. Windows color (decimal): -8058084 or 1837957. OLE color: 1837957.

HSL color Cylindrical-coordinate representation of color #850B1C: hue angle of 351.64º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B1C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1331128-
CMYK00.920.790.48
HSL351.64º84.72%28.24%-
HSV(B)351.64º91.73%52.16%-
XYZ105.311.6-
YUV49.42115.92187.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 77.33%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=77.33%
G=6.40%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133112800.920.790.48351.6484.7228.24
Hex85B1C05C4F30160551c
Octal205133401341176054012534
Binary10000101101111100010111001001111110000101100000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,11,28); }

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

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

 a { background-color: rgb(133,11,28); }

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

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

 span { border-color: rgb(133,11,28); }

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