#080601

Color #080601 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #080601

Tints of Maire #080601

Color information

#080601 (or 0x080601) is unknown color: approx Maire. HEX triplet: 08, 06 and 01. RGB value is (8,6,1). Sum of RGB (Red+Green+Blue) = 8+6+1=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 6 (2.73% from 255 or 40% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080601 is #F7F9FE. Grayscale: #060606. Windows color (decimal): -16251391 or 67080. OLE color: 67080.

HSL color Cylindrical-coordinate representation of color #080601: hue angle of 42.86º 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 #080601 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.97.

Color convert

RGB861-
CMYK00.250.880.97
HSL42.86º77.78%1.76%-
HSV(B)42.86º87.5%3.14%-
XYZ0.170.180.06-
YUV6.03125.16129.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 53.33%
GREEN value IS 6 (2.73% from 255) = 40%
BLUE value IS 1 (0.78% from 255) = 6.67%
R=53.33%
G=40%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.88
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal86100.250.880.9742.8677.781.76
Hex86101958612b4e2
Octal1061031130141531162
Binary1000110101100110110001100001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080601; }

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

 H1.HeaderClassName
 {
   color: #080601;
 }
 .AnyTagClassName
 {
   color: #080601;
 }
</style>
background-color css

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

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

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

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

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

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