Html Css Color HEX #701402 Maroon

📋 copy color: '#701402'

red 112 ◦ green 20 ◦ blue 2

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

Shades of Maroon #701402

Tints of Maroon #701402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 83.58%
G = 14.93%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#701402 (or 0x701402) is known color: Maroon. HEX triplet: 70, 14 and 02. RGB value is (112,20,2). Sum of RGB (Red+Green+Blue) = 112+20+2=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #701402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701402 is #8FEBFD. Grayscale: #2D2D2D. Windows color (decimal): -9432062 or 136304. OLE color: 136304.

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

Color convert

RGB 112 20 2 -
CMYK 0 0.82 0.98 0.56
HSL 9.82º 0.96% 0.22% -
HSV(B) 9.82º 0.98% 0.44% -
XYZ 6.94 3.95 0.45 -
YUV 45.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 112 20 2 0 0.82 0.98 0.56 9.82 0.96 0.22
Hex 70 14 2 0 52 62 38 A 60 16
Octal 160 24 2 0 122 142 70 12 140 26
Binary 1110000 10100 10 0 1010010 1100010 111000 1010 1100000 10110

Color Harmonies of #701402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701402

Black with #701402

Text Example


Text Example

White with #701402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701402; }

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

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

background-color css

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

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

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

border-color css

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

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

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