Html Css Color HEX #090702 Maire

📋 copy color: '#090702'

red 9 ◦ green 7 ◦ blue 2

#090702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #090702

Tints of Maire #090702

RGB

 RED value IS 9 (3.91% from 255) = 50%

 GREEN value IS 7 (3.13% from 255) = 38.89%

 BLUE value IS 2 (1.17% from 255) = 11.11%

R = 50%
G = 38.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.96

RGB Variations

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

Color information

#090702 (or 0x090702) is known color: 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

RGB 9 7 2 -
CMYK 0 0.22 0.78 0.96
HSL 42.86º 0.64% 0.02% -
HSV(B) 42.86º 0.78% 0.04% -
XYZ 0.2 0.21 0.09 -
YUV 7.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 9 7 2 0 0.22 0.78 0.96 42.86 0.64 0.02
Hex 9 7 2 0 16 4E 60 2B 40 2
Octal 11 7 2 0 26 116 140 53 100 2
Binary 1001 111 10 0 10110 1001110 1100000 101011 1000000 10

Color Harmonies of #090702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090702

Black with #090702

Text Example


Text Example

White with #090702

Text Example


Text Example

HTML Codes & Css Web 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>