Html Css Color HEX #700F09 Maroon

📋 copy color: '#700F09'

red 112 ◦ green 15 ◦ blue 9

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

Shades of Maroon #700F09

Tints of Maroon #700F09

RGB

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

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

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

R = 82.35%
G = 11.03%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#700F09 (or 0x700F09) is known color: Maroon. HEX triplet: 70, 0F and 09. RGB value is (112,15,9). Sum of RGB (Red+Green+Blue) = 112+15+9=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #700F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F09 is #8FF0F6. Grayscale: #2B2B2B. Windows color (decimal): -9433335 or 593776. OLE color: 593776.

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

Color convert

RGB 112 15 9 -
CMYK 0 0.87 0.92 0.56
HSL 3.5º 0.85% 0.24% -
HSV(B) 3.5º 0.92% 0.44% -
XYZ 6.9 3.81 0.63 -
YUV 43.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 112 15 9 0 0.87 0.92 0.56 3.5 0.85 0.24
Hex 70 F 9 0 57 5C 38 3 55 18
Octal 160 17 11 0 127 134 70 3 125 30
Binary 1110000 1111 1001 0 1010111 1011100 111000 11 1010101 11000

Color Harmonies of #700F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F09

Black with #700F09

Text Example


Text Example

White with #700F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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