#090701

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

Shades of Maire #090701

Tints of Maire #090701

Color information

#090701 (or 0x090701) is unknown color: approx Maire. HEX triplet: 09, 07 and 01. RGB value is (9,7,1). Sum of RGB (Red+Green+Blue) = 9+7+1=17 (2% of max value = 765). Red value is 9 (3.91% from 255 or 52.94% from 17); Green value is 7 (3.12% from 255 or 41.18% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 9 - color contains mainly: red. Hex color #090701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090701 is #F6F8FE. Grayscale: #060606. Windows color (decimal): -16185599 or 67337. OLE color: 67337.

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

Color convert

RGB971-
CMYK00.220.890.96
HSL45º80%1.96%-
HSV(B)45º88.89%3.53%-
XYZ0.190.210.06-
YUV6.91124.66129.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 52.94%
GREEN value IS 7 (3.12% from 255) = 41.18%
BLUE value IS 1 (0.78% from 255) = 5.88%
R=52.94%
G=41.18%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal97100.220.890.9645801.96
Hex97101659602d502
Octal1171026131140551202
Binary1001111101011010110011100000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090701; }

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

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

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

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

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

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

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

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