Html Css Color HEX #080801 Maire

📋 copy color: '#080801'

red 8 ◦ green 8 ◦ blue 1

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

Shades of Maire #080801

Tints of Maire #080801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 5.88%

R = 47.06%
G = 47.06%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.97

RGB Variations

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

Color information

#080801 (or 0x080801) is known color: Maire. HEX triplet: 08, 08 and 01. RGB value is (8,8,1). Sum of RGB (Red+Green+Blue) = 8+8+1=17 (2% of max value = 765). Red value is 8 (3.52% from 255 or 47.06% from 17); Green value is 8 (3.52% from 255 or 47.06% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 8 - color contains mainly: red, green. Hex color #080801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080801 is #F7F7FE. Grayscale: #070707. Windows color (decimal): -16250879 or 67592. OLE color: 67592.

HSL color Cylindrical-coordinate representation of color #080801: hue angle of 60º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080801 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.97.

Color convert

RGB 8 8 1 -
CMYK 0 0 0.88 0.97
HSL 60º 0.78% 0.02% -
HSV(B) 60º 0.88% 0.03% -
XYZ 0.19 0.23 0.06 -
YUV 7.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 8 8 1 0 0 0.88 0.97 60 0.78 0.02
Hex 8 8 1 0 0 58 61 3C 4E 2
Octal 10 10 1 0 0 130 141 74 116 2
Binary 1000 1000 1 0 0 1011000 1100001 111100 1001110 10

Color Harmonies of #080801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080801

Black with #080801

Text Example


Text Example

White with #080801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080801; }

 p { color: rgb(8,8,1); }

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

background-color css

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

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

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

border-color css

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

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

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