Html Css Color HEX #080600 Maire

📋 copy color: '#080600'

red 8 ◦ green 6 ◦ blue 0

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

Shades of Maire #080600

Tints of Maire #080600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 42.86%

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

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#080600 (or 0x080600) is known color: Maire. HEX triplet: 08, 06 and 00. RGB value is (8,6,0). Sum of RGB (Red+Green+Blue) = 8+6+0=14 (1% of max value = 765). Red value is 8 (3.52% from 255 or 57.14% from 14); Green value is 6 (2.73% from 255 or 42.86% from 14); Blue value is 0 (0.39% from 255 or 0% from 14); Max value from RGB is 8 - color contains mainly: red. Hex color #080600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080600 is #F7F9FF. Grayscale: #050505. Windows color (decimal): -16251392 or 1544. OLE color: 1544.

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

Color convert

RGB 8 6 0 -
CMYK 0 0.25 1 0.97
HSL 45º 1% 0.02% -
HSV(B) 45º 1% 0.03% -
XYZ 0.17 0.18 0.03 -
YUV 5.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 8 6 0 0 0.25 1 0.97 45 1 0.02
Hex 8 6 0 0 19 64 61 2D 64 2
Octal 10 6 0 0 31 144 141 55 144 2
Binary 1000 110 0 0 11001 1100100 1100001 101101 1100100 10

Color Harmonies of #080600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080600

Black with #080600

Text Example


Text Example

White with #080600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080600; }

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

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

background-color css

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

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

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

border-color css

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

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

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