Html Css Color HEX #701301 Maroon

📋 copy color: '#701301'

red 112 ◦ green 19 ◦ blue 1

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

Shades of Maroon #701301

Tints of Maroon #701301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 84.85%
G = 14.39%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701301 (or 0x701301) is known color: Maroon. HEX triplet: 70, 13 and 01. RGB value is (112,19,1). Sum of RGB (Red+Green+Blue) = 112+19+1=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #701301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701301 is #8FECFE. Grayscale: #2C2C2C. Windows color (decimal): -9432319 or 70512. OLE color: 70512.

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

Color convert

RGB 112 19 1 -
CMYK 0 0.83 0.99 0.56
HSL 9.73º 0.98% 0.22% -
HSV(B) 9.73º 0.99% 0.44% -
XYZ 6.92 3.91 0.42 -
YUV 44.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 112 19 1 0 0.83 0.99 0.56 9.73 0.98 0.22
Hex 70 13 1 0 53 63 38 A 62 16
Octal 160 23 1 0 123 143 70 12 142 26
Binary 1110000 10011 1 0 1010011 1100011 111000 1010 1100010 10110

Color Harmonies of #701301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701301

Black with #701301

Text Example


Text Example

White with #701301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701301; }

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

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

background-color css

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

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

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

border-color css

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

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

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