Html Css Color HEX #700E06 Maroon

📋 copy color: '#700E06'

red 112 ◦ green 14 ◦ blue 6

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

Shades of Maroon #700E06

Tints of Maroon #700E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.55%

R = 84.85%
G = 10.61%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#700E06 (or 0x700E06) is known color: Maroon. HEX triplet: 70, 0E and 06. RGB value is (112,14,6). Sum of RGB (Red+Green+Blue) = 112+14+6=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #700E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700E06 is #8FF1F9. Grayscale: #2A2A2A. Windows color (decimal): -9433594 or 396912. OLE color: 396912.

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

Color convert

RGB 112 14 6 -
CMYK 0 0.88 0.95 0.56
HSL 4.53º 0.9% 0.23% -
HSV(B) 4.53º 0.95% 0.44% -
XYZ 6.87 3.77 0.54 -
YUV 42.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 112 14 6 0 0.88 0.95 0.56 4.53 0.9 0.23
Hex 70 E 6 0 58 5F 38 5 5A 17
Octal 160 16 6 0 130 137 70 5 132 27
Binary 1110000 1110 110 0 1011000 1011111 111000 101 1011010 10111

Color Harmonies of #700E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E06

Black with #700E06

Text Example


Text Example

White with #700E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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