Html Css Color HEX #700D07 Maroon

📋 copy color: '#700D07'

red 112 ◦ green 13 ◦ blue 7

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

Shades of Maroon #700D07

Tints of Maroon #700D07

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.85%

 BLUE value IS 7 (3.13% from 255) = 5.3%

R = 84.85%
G = 9.85%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#700D07 (or 0x700D07) is known color: Maroon. HEX triplet: 70, 0D and 07. RGB value is (112,13,7). Sum of RGB (Red+Green+Blue) = 112+13+7=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #700D07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D07 is #8FF2F8. Grayscale: #2A2A2A. Windows color (decimal): -9433849 or 462192. OLE color: 462192.

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

Color convert

RGB 112 13 7 -
CMYK 0 0.88 0.94 0.56
HSL 3.43º 0.88% 0.23% -
HSV(B) 3.43º 0.94% 0.44% -
XYZ 6.86 3.75 0.56 -
YUV 41.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 112 13 7 0 0.88 0.94 0.56 3.43 0.88 0.23
Hex 70 D 7 0 58 5E 38 3 58 17
Octal 160 15 7 0 130 136 70 3 130 27
Binary 1110000 1101 111 0 1011000 1011110 111000 11 1011000 10111

Color Harmonies of #700D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D07

Black with #700D07

Text Example


Text Example

White with #700D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,13,7); }

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

background-color css

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

 a { background-color: rgb(112,13,7); }

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

border-color css

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

 span { border-color: rgb(112,13,7); }

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