#080701

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

Shades of Maire #080701

Tints of Maire #080701

Color information

#080701 (or 0x080701) is unknown color: approx Maire. HEX triplet: 08, 07 and 01. RGB value is (8,7,1). Sum of RGB (Red+Green+Blue) = 8+7+1=16 (2% of max value = 765). Red value is 8 (3.52% from 255 or 50% from 16); Green value is 7 (3.12% from 255 or 43.75% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 8 - color contains mainly: red. Hex color #080701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080701 is #F7F8FE. Grayscale: #060606. Windows color (decimal): -16251135 or 67336. OLE color: 67336.

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

Color convert

RGB871-
CMYK00.130.880.97
HSL51.43º77.78%1.76%-
HSV(B)51.43º87.5%3.14%-
XYZ0.180.210.06-
YUV6.61124.83128.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 43.75%
BLUE value IS 1 (0.78% from 255) = 6.25%
R=50%
G=43.75%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal87100.130.880.9751.4377.781.76
Hex8710D5861334e2
Octal1071015130141631162
Binary100011110110110110001100001110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080701; }

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

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

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

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

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

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

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

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