#851402

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

Shades of Maroon #851402

Tints of Maroon #851402

Color information

#851402 (or 0x851402) is unknown color: approx Maroon. HEX triplet: 85, 14 and 02. RGB value is (133,20,2). Sum of RGB (Red+Green+Blue) = 133+20+2=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #851402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851402 is #7AEBFD. Grayscale: #333333. Windows color (decimal): -8055806 or 136325. OLE color: 136325.

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

Color convert

RGB133202-
CMYK00.850.980.48
HSL8.24º97.04%26.47%-
HSV(B)8.24º98.5%52.16%-
XYZ9.935.490.59-
YUV51.7399.94185.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 85.81%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=85.81%
G=12.90%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13320200.850.980.488.2497.0426.47
Hex8514205562308611a
Octal2052420125142601014132
Binary1000010110100100101010111000101100001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851402; }

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

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

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

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

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

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

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

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