Html Css Color HEX #700F04 Maroon

📋 copy color: '#700F04'

red 112 ◦ green 15 ◦ blue 4

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

Shades of Maroon #700F04

Tints of Maroon #700F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 85.5%
G = 11.45%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#700F04 (or 0x700F04) is known color: Maroon. HEX triplet: 70, 0F and 04. RGB value is (112,15,4). Sum of RGB (Red+Green+Blue) = 112+15+4=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #700F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F04 is #8FF0FB. Grayscale: #2A2A2A. Windows color (decimal): -9433340 or 266096. OLE color: 266096.

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

Color convert

RGB 112 15 4 -
CMYK 0 0.87 0.96 0.56
HSL 6.11º 0.93% 0.23% -
HSV(B) 6.11º 0.96% 0.44% -
XYZ 6.87 3.8 0.49 -
YUV 42.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 112 15 4 0 0.87 0.96 0.56 6.11 0.93 0.23
Hex 70 F 4 0 57 60 38 6 5D 17
Octal 160 17 4 0 127 140 70 6 135 27
Binary 1110000 1111 100 0 1010111 1100000 111000 110 1011101 10111

Color Harmonies of #700F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F04

Black with #700F04

Text Example


Text Example

White with #700F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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