#090801

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

Shades of Maire #090801

Tints of Maire #090801

Color information

#090801 (or 0x090801) is unknown color: approx Maire. HEX triplet: 09, 08 and 01. RGB value is (9,8,1). Sum of RGB (Red+Green+Blue) = 9+8+1=18 (2% of max value = 765). Red value is 9 (3.91% from 255 or 50% from 18); Green value is 8 (3.52% from 255 or 44.44% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 9 - color contains mainly: red. Hex color #090801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090801 is #F6F7FE. Grayscale: #070707. Windows color (decimal): -16185343 or 67593. OLE color: 67593.

HSL color Cylindrical-coordinate representation of color #090801: hue angle of 52.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090801 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.96.

Color convert

RGB981-
CMYK00.110.890.96
HSL52.5º80%1.96%-
HSV(B)52.5º88.89%3.53%-
XYZ0.20.230.06-
YUV7.5124.33129.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 44.44%
BLUE value IS 1 (0.78% from 255) = 5.56%
R=50%
G=44.44%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal98100.110.890.9652.5801.96
Hex9810B596034502
Octal11101013131140641202
Binary1001100010101110110011100000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090801; }

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

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

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

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

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

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

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

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