Html Css Color HEX #701202 Maroon

📋 copy color: '#701202'

red 112 ◦ green 18 ◦ blue 2

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

Shades of Maroon #701202

Tints of Maroon #701202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.52%

R = 84.85%
G = 13.64%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#701202 (or 0x701202) is known color: Maroon. HEX triplet: 70, 12 and 02. RGB value is (112,18,2). Sum of RGB (Red+Green+Blue) = 112+18+2=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #701202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701202 is #8FEDFD. Grayscale: #2C2C2C. Windows color (decimal): -9432574 or 135792. OLE color: 135792.

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

Color convert

RGB 112 18 2 -
CMYK 0 0.84 0.98 0.56
HSL 8.73º 0.96% 0.22% -
HSV(B) 8.73º 0.98% 0.44% -
XYZ 6.91 3.88 0.44 -
YUV 44.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 112 18 2 0 0.84 0.98 0.56 8.73 0.96 0.22
Hex 70 12 2 0 54 62 38 9 60 16
Octal 160 22 2 0 124 142 70 11 140 26
Binary 1110000 10010 10 0 1010100 1100010 111000 1001 1100000 10110

Color Harmonies of #701202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701202

Black with #701202

Text Example


Text Example

White with #701202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701202; }

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

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

background-color css

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

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

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

border-color css

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

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

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