#090800

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

Shades of Maire #090800

Tints of Maire #090800

Color information

#090800 (or 0x090800) is unknown color: approx Maire. HEX triplet: 09, 08 and 00. RGB value is (9,8,0). Sum of RGB (Red+Green+Blue) = 9+8+0=17 (2% of max value = 765). Red value is 9 (3.91% from 255 or 52.94% from 17); Green value is 8 (3.52% from 255 or 47.06% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 9 - color contains mainly: red. Hex color #090800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090800 is #F6F7FF. Grayscale: #070707. Windows color (decimal): -16185344 or 2057. OLE color: 2057.

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

Color convert

RGB980-
CMYK00.1110.96
HSL53.33º100%1.76%-
HSV(B)53.33º100%3.53%-
XYZ0.20.230.03-
YUV7.39123.83129.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 52.94%
GREEN value IS 8 (3.52% from 255) = 47.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.94%
G=47.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal98000.1110.9653.331001.76
Hex9800B646035642
Octal11100013144140651442
Binary1001100000101111001001100000110101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090800; }

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

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

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

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

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

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

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

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