#850B04

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

Shades of Maroon #850B04

Tints of Maroon #850B04

Color information

#850B04 (or 0x850B04) is unknown color: approx Maroon. HEX triplet: 85, 0B and 04. RGB value is (133,11,4). Sum of RGB (Red+Green+Blue) = 133+11+4=148 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.86% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 133 - color contains mainly: red. Hex color #850B04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850B04 is #7AF4FB. Grayscale: #2E2E2E. Windows color (decimal): -8058108 or 265093. OLE color: 265093.

HSL color Cylindrical-coordinate representation of color #850B04: hue angle of 3.26º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850B04 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB133114-
CMYK00.920.970.48
HSL3.26º94.16%26.86%-
HSV(B)3.26º96.99%52.16%-
XYZ9.815.230.61-
YUV46.68103.92189.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 89.86%
GREEN value IS 11 (4.69% from 255) = 7.43%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=89.86%
G=7.43%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311400.920.970.483.2694.1626.86
Hex85B405C613035e1b
Octal205134013414160313633
Binary10000101101110001011100110000111000011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850B04; }

 p { color: rgb(133,11,4); }

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

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

 a { background-color: rgb(133,11,4); }

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

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

 span { border-color: rgb(133,11,4); }

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