#85002A

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

Shades of Burgundy #85002A

Tints of Burgundy #85002A

Color information

#85002A (or 0x85002A) is unknown color: approx Burgundy. HEX triplet: 85, 00 and 2A. RGB value is (133,0,42). Sum of RGB (Red+Green+Blue) = 133+0+42=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #85002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85002A is #7AFFD5. Grayscale: #2C2C2C. Windows color (decimal): -8060886 or 2752645. OLE color: 2752645.

HSL color Cylindrical-coordinate representation of color #85002A: hue angle of 341.05º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85002A is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB133042-
CMYK010.680.48
HSL341.05º100%26.08%-
HSV(B)341.05º100%52.16%-
XYZ10.095.152.65-
YUV44.55126.56191.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 24%
R=76%
G=0%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133042010.680.48341.0510026.08
Hex8502A0644430155641a
Octal20505201441046052514432
Binary100001010101010011001001000100110000101010101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,0,42); }

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

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

 a { background-color: rgb(133,0,42); }

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

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

 span { border-color: rgb(133,0,42); }

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