Html Css Color HEX #701203 Maroon

📋 copy color: '#701203'

red 112 ◦ green 18 ◦ blue 3

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

Shades of Maroon #701203

Tints of Maroon #701203

RGB

 RED value IS 112 (44.14% from 255) = 84.21%

 GREEN value IS 18 (7.42% from 255) = 13.53%

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 84.21%
G = 13.53%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#701203 (or 0x701203) is known color: Maroon. HEX triplet: 70, 12 and 03. RGB value is (112,18,3). Sum of RGB (Red+Green+Blue) = 112+18+3=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #701203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701203 is #8FEDFC. Grayscale: #2C2C2C. Windows color (decimal): -9432573 or 201328. OLE color: 201328.

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

Color convert

RGB 112 18 3 -
CMYK 0 0.84 0.97 0.56
HSL 8.26º 0.95% 0.23% -
HSV(B) 8.26º 0.97% 0.44% -
XYZ 6.91 3.88 0.47 -
YUV 44.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 112 18 3 0 0.84 0.97 0.56 8.26 0.95 0.23
Hex 70 12 3 0 54 61 38 8 5F 17
Octal 160 22 3 0 124 141 70 10 137 27
Binary 1110000 10010 11 0 1010100 1100001 111000 1000 1011111 10111

Color Harmonies of #701203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701203

Black with #701203

Text Example


Text Example

White with #701203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701203; }

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

 H1.HeaderClassName
 {
   color: #701203;
 }
 .AnyTagClassName
 {
   color: #701203;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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