Html Css Color HEX #700F00 Maroon

📋 copy color: '#700F00'

red 112 ◦ green 15 ◦ blue 0

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

Shades of Maroon #700F00

Tints of Maroon #700F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.19%
G = 11.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#700F00 (or 0x700F00) is known color: Maroon. HEX triplet: 70, 0F and 00. RGB value is (112,15,0). Sum of RGB (Red+Green+Blue) = 112+15+0=127 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.19% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 112 - color contains mainly: red. Hex color #700F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F00 is #8FF0FF. Grayscale: #2A2A2A. Windows color (decimal): -9433344 or 3952. OLE color: 3952.

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

Color convert

RGB 112 15 0 -
CMYK 0 0.87 1 0.56
HSL 8.04º 1% 0.22% -
HSV(B) 8.04º 1% 0.44% -
XYZ 6.85 3.79 0.37 -
YUV 42.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 112 15 0 0 0.87 1 0.56 8.04 1 0.22
Hex 70 F 0 0 57 64 38 8 64 16
Octal 160 17 0 0 127 144 70 10 144 26
Binary 1110000 1111 0 0 1010111 1100100 111000 1000 1100100 10110

Color Harmonies of #700F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F00

Black with #700F00

Text Example


Text Example

White with #700F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,15,0); }

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

background-color css

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

 a { background-color: rgb(112,15,0); }

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

border-color css

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

 span { border-color: rgb(112,15,0); }

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