#080700

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

Shades of Maire #080700

Tints of Maire #080700

Color information

#080700 (or 0x080700) is unknown color: approx Maire. HEX triplet: 08, 07 and 00. RGB value is (8,7,0). Sum of RGB (Red+Green+Blue) = 8+7+0=15 (1% of max value = 765). Red value is 8 (3.52% from 255 or 53.33% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 8 - color contains mainly: red. Hex color #080700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080700 is #F7F8FF. Grayscale: #060606. Windows color (decimal): -16251136 or 1800. OLE color: 1800.

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

Color convert

RGB870-
CMYK00.1310.97
HSL52.5º100%1.57%-
HSV(B)52.5º100%3.14%-
XYZ0.180.20.03-
YUV6.5124.33129.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 53.33%
GREEN value IS 7 (3.12% from 255) = 46.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.33%
G=46.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal87000.1310.9752.51001.57
Hex8700D646134642
Octal1070015144141641442
Binary100011100110111001001100001110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080700; }

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

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

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

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

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

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

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

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