#850200

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

Shades of Maroon #850200

Tints of Maroon #850200

Color information

#850200 (or 0x850200) is unknown color: approx Maroon. HEX triplet: 85, 02 and 00. RGB value is (133,2,0). Sum of RGB (Red+Green+Blue) = 133+2+0=135 (17% of max value = 765). Red value is 133 (52.34% from 255 or 98.52% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 133 - color contains mainly: red. Hex color #850200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850200 is #7AFDFF. Grayscale: #292929. Windows color (decimal): -8060416 or 645. OLE color: 645.

HSL color Cylindrical-coordinate representation of color #850200: hue angle of 0.9º 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 #850200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB13320-
CMYK00.9810.48
HSL0.9º100%26.08%-
HSV(B)0.9º100%52.16%-
XYZ9.695.030.46-
YUV40.94104.9193.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 98.52%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.52%
G=1.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1332000.9810.480.910026.08
Hex852006264301641a
Octal20520014214460114432
Binary100001011000110001011001001100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850200; }

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

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

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

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

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

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

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

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