Html Css Color HEX #701204 Maroon

📋 copy color: '#701204'

red 112 ◦ green 18 ◦ blue 4

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

Shades of Maroon #701204

Tints of Maroon #701204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.99%

R = 83.58%
G = 13.43%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701204 (or 0x701204) is known color: Maroon. HEX triplet: 70, 12 and 04. RGB value is (112,18,4). Sum of RGB (Red+Green+Blue) = 112+18+4=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #701204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701204 is #8FEDFB. Grayscale: #2C2C2C. Windows color (decimal): -9432572 or 266864. OLE color: 266864.

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

Color convert

RGB 112 18 4 -
CMYK 0 0.84 0.96 0.56
HSL 7.78º 0.93% 0.23% -
HSV(B) 7.78º 0.96% 0.44% -
XYZ 6.92 3.89 0.5 -
YUV 44.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 112 18 4 0 0.84 0.96 0.56 7.78 0.93 0.23
Hex 70 12 4 0 54 60 38 8 5D 17
Octal 160 22 4 0 124 140 70 10 135 27
Binary 1110000 10010 100 0 1010100 1100000 111000 1000 1011101 10111

Color Harmonies of #701204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701204

Black with #701204

Text Example


Text Example

White with #701204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701204; }

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

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

background-color css

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

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

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

border-color css

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

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

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