#700D03

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

Shades of Maroon #700D03

Tints of Maroon #700D03

Color information

#700D03 (or 0x700D03) is unknown color: approx Maroon. HEX triplet: 70, 0D and 03. RGB value is (112,13,3). Sum of RGB (Red+Green+Blue) = 112+13+3=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #700D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D03 is #8FF2FC. Grayscale: #292929. Windows color (decimal): -9433853 or 200048. OLE color: 200048.

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

Color convert

RGB112133-
CMYK00.880.970.56
HSL5.5º94.78%22.55%-
HSV(B)5.5º97.32%43.92%-
XYZ6.843.740.45-
YUV41.46106.3178.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 87.5%
GREEN value IS 13 (5.47% from 255) = 10.16%
BLUE value IS 3 (1.56% from 255) = 2.34%
R=87.5%
G=10.16%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11213300.880.970.565.594.7822.55
Hex70D3058613865f17
Octal160153013014170613727
Binary1110000110111010110001100001111000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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