#090702

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

Shades of Maire #090702

Tints of Maire #090702

Color information

#090702 (or 0x090702) is unknown color: approx Maire. HEX triplet: 09, 07 and 02. RGB value is (9,7,2). Sum of RGB (Red+Green+Blue) = 9+7+2=18 (2% of max value = 765). Red value is 9 (3.91% from 255 or 50% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 2 (1.17% from 255 or 11.11% from 18); Max value from RGB is 9 - color contains mainly: red. Hex color #090702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090702 is #F6F8FD. Grayscale: #070707. Windows color (decimal): -16185598 or 132873. OLE color: 132873.

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

Color convert

RGB972-
CMYK00.220.780.96
HSL42.86º63.64%2.16%-
HSV(B)42.86º77.78%3.53%-
XYZ0.20.210.09-
YUV7.03125.16129.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 38.89%
BLUE value IS 2 (1.17% from 255) = 11.11%
R=50%
G=38.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal97200.220.780.9642.8663.642.16
Hex9720164E602b402
Octal1172026116140531002
Binary10011111001011010011101100000101011100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090702; }

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

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

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

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

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

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

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

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