#700C05

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

Shades of Maroon #700C05

Tints of Maroon #700C05

Color information

#700C05 (or 0x700C05) is unknown color: approx Maroon. HEX triplet: 70, 0C and 05. RGB value is (112,12,5). Sum of RGB (Red+Green+Blue) = 112+12+5=129 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.82% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 112 - color contains mainly: red. Hex color #700C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700C05 is #8FF3FA. Grayscale: #292929. Windows color (decimal): -9434107 or 330864. OLE color: 330864.

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

Color convert

RGB112125-
CMYK00.890.960.56
HSL3.93º91.45%22.94%-
HSV(B)3.93º95.54%43.92%-
XYZ6.843.720.5-
YUV41.1107.63178.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 86.82%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=86.82%
G=9.30%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11212500.890.960.563.9391.4522.94
Hex70C5059603845b17
Octal160145013114070413327
Binary11100001100101010110011100000111000100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,12,5); }

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

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

 a { background-color: rgb(112,12,5); }

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

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

 span { border-color: rgb(112,12,5); }

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