Html Css Color HEX #700503 Maroon

📋 copy color: '#700503'

red 112 ◦ green 5 ◦ blue 3

#700503
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #700503

Tints of Maroon #700503

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 value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#700503 (or 0x700503) is known color: 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

RGB 112 5 3 -
CMYK 0 0.96 0.97 0.56
HSL 1.1º 0.95% 0.23% -
HSV(B) 1.1º 0.97% 0.44% -
XYZ 6.75 3.56 0.42 -
YUV 36.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 112 5 3 0 0.96 0.97 0.56 1.1 0.95 0.23
Hex 70 5 3 0 60 61 38 1 5F 17
Octal 160 5 3 0 140 141 70 1 137 27
Binary 1110000 101 11 0 1100000 1100001 111000 1 1011111 10111

Color Harmonies of #700503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700503

Black with #700503

Text Example


Text Example

White with #700503

Text Example


Text Example

HTML Codes & Css Web 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>