Html Css Color HEX #701302 Maroon

📋 copy color: '#701302'

red 112 ◦ green 19 ◦ blue 2

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

Shades of Maroon #701302

Tints of Maroon #701302

RGB

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

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

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

R = 84.21%
G = 14.29%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#701302 (or 0x701302) is known color: Maroon. HEX triplet: 70, 13 and 02. RGB value is (112,19,2). Sum of RGB (Red+Green+Blue) = 112+19+2=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #701302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701302 is #8FECFD. Grayscale: #2D2D2D. Windows color (decimal): -9432318 or 136048. OLE color: 136048.

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

Color convert

RGB 112 19 2 -
CMYK 0 0.83 0.98 0.56
HSL 9.27º 0.96% 0.22% -
HSV(B) 9.27º 0.98% 0.44% -
XYZ 6.93 3.91 0.45 -
YUV 44.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 112 19 2 0 0.83 0.98 0.56 9.27 0.96 0.22
Hex 70 13 2 0 53 62 38 9 60 16
Octal 160 23 2 0 123 142 70 11 140 26
Binary 1110000 10011 10 0 1010011 1100010 111000 1001 1100000 10110

Color Harmonies of #701302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701302

Black with #701302

Text Example


Text Example

White with #701302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701302; }

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

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

background-color css

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

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

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

border-color css

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

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

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