#850600

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

Shades of Maroon #850600

Tints of Maroon #850600

Color information

#850600 (or 0x850600) is unknown color: approx Maroon. HEX triplet: 85, 06 and 00. RGB value is (133,6,0). Sum of RGB (Red+Green+Blue) = 133+6+0=139 (18% of max value = 765). Red value is 133 (52.34% from 255 or 95.68% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 133 - color contains mainly: red. Hex color #850600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850600 is #7AF9FF. Grayscale: #2B2B2B. Windows color (decimal): -8059392 or 1669. OLE color: 1669.

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

Color convert

RGB13360-
CMYK00.9510.48
HSL2.71º100%26.08%-
HSV(B)2.71º100%52.16%-
XYZ9.745.120.47-
YUV43.29103.58191.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 95.68%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.68%
G=4.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336000.9510.482.7110026.08
Hex856005F64303641a
Octal20560013714460314432
Binary10000101110001011111110010011000011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850600; }

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

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

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

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

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

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

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

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