Html Css Color HEX #701305 Maroon

📋 copy color: '#701305'

red 112 ◦ green 19 ◦ blue 5

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

Shades of Maroon #701305

Tints of Maroon #701305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.68%

R = 82.35%
G = 13.97%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701305 (or 0x701305) is known color: Maroon. HEX triplet: 70, 13 and 05. RGB value is (112,19,5). Sum of RGB (Red+Green+Blue) = 112+19+5=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #701305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701305 is #8FECFA. Grayscale: #2D2D2D. Windows color (decimal): -9432315 or 332656. OLE color: 332656.

HSL color Cylindrical-coordinate representation of color #701305: hue angle of 7.85º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #701305 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 5 -
CMYK 0 0.83 0.96 0.56
HSL 7.85º 0.91% 0.23% -
HSV(B) 7.85º 0.96% 0.44% -
XYZ 6.94 3.92 0.53 -
YUV 45.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 112 19 5 0 0.83 0.96 0.56 7.85 0.91 0.23
Hex 70 13 5 0 53 60 38 8 5B 17
Octal 160 23 5 0 123 140 70 10 133 27
Binary 1110000 10011 101 0 1010011 1100000 111000 1000 1011011 10111

Color Harmonies of #701305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701305

Black with #701305

Text Example


Text Example

White with #701305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701305; }

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

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

background-color css

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

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

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

border-color css

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

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

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