#0A0801

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

Shades of Maire #0A0801

Tints of Maire #0A0801

Color information

#0A0801 (or 0x0A0801) is unknown color: approx Maire. HEX triplet: 0A, 08 and 01. RGB value is (10,8,1). Sum of RGB (Red+Green+Blue) = 10+8+1=19 (2% of max value = 765). Red value is 10 (4.30% from 255 or 52.63% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0801 is #F5F7FE. Grayscale: #070707. Windows color (decimal): -16119807 or 67594. OLE color: 67594.

HSL color Cylindrical-coordinate representation of color #0A0801: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0801 is Cyan = 0, Magento = 0.2, Yellow = 0.90 and Black (K on CMYK) = 0.96.

Color convert

RGB1081-
CMYK00.20.900.96
HSL46.67º81.82%2.16%-
HSV(B)46.67º90%3.92%-
XYZ0.220.240.06-
YUV7.8124.16129.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 52.63%
GREEN value IS 8 (3.52% from 255) = 42.11%
BLUE value IS 1 (0.78% from 255) = 5.26%
R=52.63%
G=42.11%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal108100.20.900.9646.6781.822.16
HexA810145A602f522
Octal12101024132140571222
Binary10101000101010010110101100000101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0801; }

 p { color: rgb(10,8,1); }

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

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

 a { background-color: rgb(10,8,1); }

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

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

 span { border-color: rgb(10,8,1); }

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