Html Css Color HEX #700F07 Maroon

📋 copy color: '#700F07'

red 112 ◦ green 15 ◦ blue 7

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

Shades of Maroon #700F07

Tints of Maroon #700F07

RGB

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

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

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

R = 83.58%
G = 11.19%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#700F07 (or 0x700F07) is known color: Maroon. HEX triplet: 70, 0F and 07. RGB value is (112,15,7). Sum of RGB (Red+Green+Blue) = 112+15+7=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #700F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F07 is #8FF0F8. Grayscale: #2B2B2B. Windows color (decimal): -9433337 or 462704. OLE color: 462704.

HSL color Cylindrical-coordinate representation of color #700F07: hue angle of 4.57º 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 #700F07 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 7 -
CMYK 0 0.87 0.94 0.56
HSL 4.57º 0.88% 0.23% -
HSV(B) 4.57º 0.94% 0.44% -
XYZ 6.89 3.8 0.57 -
YUV 43.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 112 15 7 0 0.87 0.94 0.56 4.57 0.88 0.23
Hex 70 F 7 0 57 5E 38 5 58 17
Octal 160 17 7 0 127 136 70 5 130 27
Binary 1110000 1111 111 0 1010111 1011110 111000 101 1011000 10111

Color Harmonies of #700F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F07

Black with #700F07

Text Example


Text Example

White with #700F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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