Html Css Color HEX #080900 Maire

📋 copy color: '#080900'

red 8 ◦ green 9 ◦ blue 0

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

Shades of Maire #080900

Tints of Maire #080900

RGB

 RED value IS 8 (3.52% from 255) = 47.06%

 GREEN value IS 9 (3.91% from 255) = 52.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.06%
G = 52.94%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

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

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

Color convert

RGB 8 9 0 -
CMYK 0.11 0 1 0.96
HSL 66.67º 1% 0.02% -
HSV(B) 66.67º 1% 0.04% -
XYZ 0.2 0.25 0.04 -
YUV 7.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 8 9 0 0.11 0 1 0.96 66.67 1 0.02
Hex 8 9 0 B 0 64 60 43 64 2
Octal 10 11 0 13 0 144 140 103 144 2
Binary 1000 1001 0 1011 0 1100100 1100000 1000011 1100100 10

Color Harmonies of #080900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080900

Black with #080900

Text Example


Text Example

White with #080900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080900; }

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

 H1.HeaderClassName
 {
   color: #080900;
 }
 .AnyTagClassName
 {
   color: #080900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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