Html Css Color HEX #701303 Maroon

📋 copy color: '#701303'

red 112 ◦ green 19 ◦ blue 3

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

Shades of Maroon #701303

Tints of Maroon #701303

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

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

R = 83.58%
G = 14.18%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#701303 (or 0x701303) is known color: Maroon. HEX triplet: 70, 13 and 03. RGB value is (112,19,3). Sum of RGB (Red+Green+Blue) = 112+19+3=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #701303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701303 is #8FECFC. Grayscale: #2D2D2D. Windows color (decimal): -9432317 or 201584. OLE color: 201584.

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

Color convert

RGB 112 19 3 -
CMYK 0 0.83 0.97 0.56
HSL 8.81º 0.95% 0.23% -
HSV(B) 8.81º 0.97% 0.44% -
XYZ 6.93 3.92 0.48 -
YUV 44.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 112 19 3 0 0.83 0.97 0.56 8.81 0.95 0.23
Hex 70 13 3 0 53 61 38 9 5F 17
Octal 160 23 3 0 123 141 70 11 137 27
Binary 1110000 10011 11 0 1010011 1100001 111000 1001 1011111 10111

Color Harmonies of #701303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701303

Black with #701303

Text Example


Text Example

White with #701303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701303; }

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

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

background-color css

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

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

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

border-color css

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

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

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