#850C31

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

Shades of Burgundy #850C31

Tints of Burgundy #850C31

Color information

#850C31 (or 0x850C31) is unknown color: approx Burgundy. HEX triplet: 85, 0C and 31. RGB value is (133,12,49). Sum of RGB (Red+Green+Blue) = 133+12+49=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #850C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C31 is #7AF3CE. Grayscale: #343434. Windows color (decimal): -8057807 or 3214469. OLE color: 3214469.

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

Color convert

RGB1331249-
CMYK00.910.630.48
HSL341.65º83.45%28.43%-
HSV(B)341.65º90.98%52.16%-
XYZ10.365.473.42-
YUV52.4126.09185.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.56%
GREEN value IS 12 (5.08% from 255) = 6.19%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=68.56%
G=6.19%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133124900.910.630.48341.6583.4528.43
Hex85C3105B3F30156531c
Octal20514610133776052612334
Binary10000101110011000101011011111111110000101010110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,12,49); }

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

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

 a { background-color: rgb(133,12,49); }

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

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

 span { border-color: rgb(133,12,49); }

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