#700F03

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

Shades of Maroon #700F03

Tints of Maroon #700F03

Color information

#700F03 (or 0x700F03) is unknown color: approx Maroon. HEX triplet: 70, 0F and 03. RGB value is (112,15,3). Sum of RGB (Red+Green+Blue) = 112+15+3=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #700F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F03 is #8FF0FC. Grayscale: #2A2A2A. Windows color (decimal): -9433341 or 200560. OLE color: 200560.

HSL color Cylindrical-coordinate representation of color #700F03: hue angle of 6.61º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700F03 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB112153-
CMYK00.870.970.56
HSL6.61º94.78%22.55%-
HSV(B)6.61º97.32%43.92%-
XYZ6.873.790.46-
YUV42.64105.64177.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 86.15%
GREEN value IS 15 (6.25% from 255) = 11.54%
BLUE value IS 3 (1.56% from 255) = 2.31%
R=86.15%
G=11.54%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11215300.870.970.566.6194.7822.55
Hex70F3057613875f17
Octal160173012714170713727
Binary1110000111111010101111100001111000111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700F03; }

 p { color: rgb(112,15,3); }

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

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

 a { background-color: rgb(112,15,3); }

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

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

 span { border-color: rgb(112,15,3); }

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