#85102C

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

Shades of Burgundy #85102C

Tints of Burgundy #85102C

Color information

#85102C (or 0x85102C) is unknown color: approx Burgundy. HEX triplet: 85, 10 and 2C. RGB value is (133,16,44). Sum of RGB (Red+Green+Blue) = 133+16+44=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #85102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85102C is #7AEFD3. Grayscale: #363636. Windows color (decimal): -8056788 or 2887813. OLE color: 2887813.

HSL color Cylindrical-coordinate representation of color #85102C: hue angle of 345.64º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85102C is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1331644-
CMYK00.880.670.48
HSL345.64º78.52%29.22%-
HSV(B)345.64º87.97%52.16%-
XYZ10.315.542.91-
YUV54.17122.26184.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.91%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=68.91%
G=8.29%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133164400.880.670.48345.6478.5229.22
Hex85102C058433015a4f1d
Octal205205401301036053211735
Binary1000010110000101100010110001000011110000101011010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85102C; }

 p { color: rgb(133,16,44); }

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

<style>
 a { background-color: #85102C; }

 a { background-color: rgb(133,16,44); }

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

<style>
 span { border-color: #85102C; }

 span { border-color: rgb(133,16,44); }

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