#85091A

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

Shades of Burgundy #85091A

Tints of Burgundy #85091A

Color information

#85091A (or 0x85091A) is unknown color: approx Burgundy. HEX triplet: 85, 09 and 1A. RGB value is (133,9,26). Sum of RGB (Red+Green+Blue) = 133+9+26=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85091A is #7AF6E5. Grayscale: #303030. Windows color (decimal): -8058598 or 1706373. OLE color: 1706373.

HSL color Cylindrical-coordinate representation of color #85091A: hue angle of 351.77º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85091A is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB133926-
CMYK00.930.800.48
HSL351.77º87.32%27.84%-
HSV(B)351.77º93.23%52.16%-
XYZ9.965.261.47-
YUV48.01115.58188.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.17%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=79.17%
G=5.36%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13392600.930.800.48351.7787.3227.84
Hex8591A05D5030160571c
Octal205113201351206054012734
Binary10000101100111010010111011010000110000101100000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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