#700503

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

Shades of Maroon #700503

Tints of Maroon #700503

Color information

#700503 (or 0x700503) is unknown color: approx Maroon. HEX triplet: 70, 05 and 03. RGB value is (112,5,3). Sum of RGB (Red+Green+Blue) = 112+5+3=120 (15% of max value = 765). Red value is 112 (44.14% from 255 or 93.33% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 112 - color contains mainly: red. Hex color #700503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700503 is #8FFAFC. Grayscale: #242424. Windows color (decimal): -9435901 or 198000. OLE color: 198000.

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

Color convert

RGB11253-
CMYK00.960.970.56
HSL1.1º94.78%22.55%-
HSV(B)1.1º97.32%43.92%-
XYZ6.753.560.42-
YUV36.76108.95181.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 93.33%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 3 (1.56% from 255) = 2.5%
R=93.33%
G=4.17%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125300.960.970.561.194.7822.55
Hex7053060613815f17
Octal16053014014170113727
Binary1110000101110110000011000011110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700503; }

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

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

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

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

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

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

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

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