#700C01

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

Shades of Maroon #700C01

Tints of Maroon #700C01

Color information

#700C01 (or 0x700C01) is unknown color: approx Maroon. HEX triplet: 70, 0C and 01. RGB value is (112,12,1). Sum of RGB (Red+Green+Blue) = 112+12+1=125 (16% of max value = 765). Red value is 112 (44.14% from 255 or 89.6% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 112 - color contains mainly: red. Hex color #700C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700C01 is #8FF3FE. Grayscale: #282828. Windows color (decimal): -9434111 or 68720. OLE color: 68720.

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

Color convert

RGB112121-
CMYK00.890.990.56
HSL5.95º98.23%22.16%-
HSV(B)5.95º99.11%43.92%-
XYZ6.823.710.39-
YUV40.65105.63178.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 89.6%
GREEN value IS 12 (5.08% from 255) = 9.6%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=89.6%
G=9.6%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11212100.890.990.565.9598.2322.16
Hex70C1059633866216
Octal160141013114370614226
Binary111000011001010110011100011111000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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