#0A0901

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

Shades of Maire #0A0901

Tints of Maire #0A0901

Color information

#0A0901 (or 0x0A0901) is unknown color: approx Maire. HEX triplet: 0A, 09 and 01. RGB value is (10,9,1). Sum of RGB (Red+Green+Blue) = 10+9+1=20 (2% of max value = 765). Red value is 10 (4.30% from 255 or 50% from 20); Green value is 9 (3.91% from 255 or 45% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0901 is #F5F6FE. Grayscale: #080808. Windows color (decimal): -16119551 or 67850. OLE color: 67850.

HSL color Cylindrical-coordinate representation of color #0A0901: hue angle of 53.33º 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 #0A0901 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.96.

Color convert

RGB1091-
CMYK00.100.900.96
HSL53.33º81.82%2.16%-
HSV(B)53.33º90%3.92%-
XYZ0.230.260.07-
YUV8.39123.83129.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 45%
BLUE value IS 1 (0.78% from 255) = 5%
R=50%
G=45%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal109100.100.900.9653.3381.822.16
HexA910A5A6035522
Octal12111012132140651222
Binary1010100110101010110101100000110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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