#85063A

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

Shades of Burgundy #85063A

Tints of Burgundy #85063A

Color information

#85063A (or 0x85063A) is unknown color: approx Burgundy. HEX triplet: 85, 06 and 3A. RGB value is (133,6,58). Sum of RGB (Red+Green+Blue) = 133+6+58=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85063A is #7AF9C5. Grayscale: #313131. Windows color (decimal): -8059334 or 3802757. OLE color: 3802757.

HSL color Cylindrical-coordinate representation of color #85063A: hue angle of 335.43º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85063A is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB133658-
CMYK00.950.560.48
HSL335.43º91.37%27.25%-
HSV(B)335.43º95.49%52.16%-
XYZ10.55.424.5-
YUV49.9132.58187.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.51%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=67.51%
G=3.05%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13365800.950.560.48335.4391.3727.25
Hex8563A05F383014f5b1b
Octal2056720137706051713333
Binary1000010111011101001011111111000110000101001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85063A; }

 p { color: rgb(133,6,58); }

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

<style>
 a { background-color: #85063A; }

 a { background-color: rgb(133,6,58); }

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

<style>
 span { border-color: #85063A; }

 span { border-color: rgb(133,6,58); }

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