Html Css Color HEX #700E01 Maroon

📋 copy color: '#700E01'

red 112 ◦ green 14 ◦ blue 1

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

Shades of Maroon #700E01

Tints of Maroon #700E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.02%

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 88.19%
G = 11.02%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#700E01 (or 0x700E01) is known color: Maroon. HEX triplet: 70, 0E and 01. RGB value is (112,14,1). Sum of RGB (Red+Green+Blue) = 112+14+1=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #700E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E01 is #8FF1FE. Grayscale: #292929. Windows color (decimal): -9433599 or 69232. OLE color: 69232.

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

Color convert

RGB 112 14 1 -
CMYK 0 0.88 0.99 0.56
HSL 7.03º 0.98% 0.22% -
HSV(B) 7.03º 0.99% 0.44% -
XYZ 6.84 3.76 0.39 -
YUV 41.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 112 14 1 0 0.88 0.99 0.56 7.03 0.98 0.22
Hex 70 E 1 0 58 63 38 7 62 16
Octal 160 16 1 0 130 143 70 7 142 26
Binary 1110000 1110 1 0 1011000 1100011 111000 111 1100010 10110

Color Harmonies of #700E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E01

Black with #700E01

Text Example


Text Example

White with #700E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700E01; }

 p { color: rgb(112,14,1); }

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

background-color css

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

 a { background-color: rgb(112,14,1); }

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

border-color css

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

 span { border-color: rgb(112,14,1); }

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