#0A0905

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

Shades of Maire #0A0905

Tints of Maire #0A0905

Color information

#0A0905 (or 0x0A0905) is unknown color: approx Maire. HEX triplet: 0A, 09 and 05. RGB value is (10,9,5). Sum of RGB (Red+Green+Blue) = 10+9+5=24 (3% of max value = 765). Red value is 10 (4.30% from 255 or 41.67% from 24); Green value is 9 (3.91% from 255 or 37.5% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0905 is #F5F6FA. Grayscale: #080808. Windows color (decimal): -16119547 or 329994. OLE color: 329994.

HSL color Cylindrical-coordinate representation of color #0A0905: hue angle of 48º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A0905 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.96.

Color convert

RGB1095-
CMYK00.100.500.96
HSL48º33.33%2.94%-
HSV(B)48º50%3.92%-
XYZ0.250.270.18-
YUV8.84125.83128.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 41.67%
GREEN value IS 9 (3.91% from 255) = 37.5%
BLUE value IS 5 (2.34% from 255) = 20.83%
R=41.67%
G=37.5%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal109500.100.500.964833.332.94
HexA950A326030213
Octal121150126214060413
Binary1010100110101010110010110000011000010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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