Html Css Color HEX #700E09 Maroon

📋 copy color: '#700E09'

red 112 ◦ green 14 ◦ blue 9

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

Shades of Maroon #700E09

Tints of Maroon #700E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.67%

R = 82.96%
G = 10.37%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#700E09 (or 0x700E09) is known color: Maroon. HEX triplet: 70, 0E and 09. RGB value is (112,14,9). Sum of RGB (Red+Green+Blue) = 112+14+9=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #700E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E09 is #8FF1F6. Grayscale: #2A2A2A. Windows color (decimal): -9433591 or 593520. OLE color: 593520.

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

Color convert

RGB 112 14 9 -
CMYK 0 0.88 0.92 0.56
HSL 2.91º 0.85% 0.24% -
HSV(B) 2.91º 0.92% 0.44% -
XYZ 6.89 3.78 0.62 -
YUV 42.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 112 14 9 0 0.88 0.92 0.56 2.91 0.85 0.24
Hex 70 E 9 0 58 5C 38 3 55 18
Octal 160 16 11 0 130 134 70 3 125 30
Binary 1110000 1110 1001 0 1011000 1011100 111000 11 1010101 11000

Color Harmonies of #700E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E09

Black with #700E09

Text Example


Text Example

White with #700E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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