Html Css Color HEX #080804 Maire

📋 copy color: '#080804'

red 8 ◦ green 8 ◦ blue 4

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

Shades of Maire #080804

Tints of Maire #080804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.97

RGB Variations

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

Color information

#080804 (or 0x080804) is known color: Maire. HEX triplet: 08, 08 and 04. RGB value is (8,8,4). Sum of RGB (Red+Green+Blue) = 8+8+4=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 8 (3.52% from 255 or 40% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 8 - color contains mainly: red, green. Hex color #080804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080804 is #F7F7FB. Grayscale: #070707. Windows color (decimal): -16250876 or 264200. OLE color: 264200.

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

Color convert

RGB 8 8 4 -
CMYK 0 0 0.5 0.97
HSL 60º 0.33% 0.02% -
HSV(B) 60º 0.5% 0.03% -
XYZ 0.21 0.23 0.15 -
YUV 7.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 8 8 4 0 0 0.5 0.97 60 0.33 0.02
Hex 8 8 4 0 0 32 61 3C 21 2
Octal 10 10 4 0 0 62 141 74 41 2
Binary 1000 1000 100 0 0 110010 1100001 111100 100001 10

Color Harmonies of #080804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080804

Black with #080804

Text Example


Text Example

White with #080804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080804; }

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

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

background-color css

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

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

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

border-color css

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

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

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