Html Css Color HEX #700704 Maroon

📋 copy color: '#700704'

red 112 ◦ green 7 ◦ blue 4

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

Shades of Maroon #700704

Tints of Maroon #700704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.69%

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

R = 91.06%
G = 5.69%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#700704 (or 0x700704) is known color: Maroon. HEX triplet: 70, 07 and 04. RGB value is (112,7,4). Sum of RGB (Red+Green+Blue) = 112+7+4=123 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.06% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 112 - color contains mainly: red. Hex color #700704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700704 is #8FF8FB. Grayscale: #262626. Windows color (decimal): -9435388 or 264048. OLE color: 264048.

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

Color convert

RGB 112 7 4 -
CMYK 0 0.94 0.96 0.56
HSL 1.67º 0.93% 0.23% -
HSV(B) 1.67º 0.96% 0.44% -
XYZ 6.78 3.61 0.45 -
YUV 38.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 112 7 4 0 0.94 0.96 0.56 1.67 0.93 0.23
Hex 70 7 4 0 5E 60 38 2 5D 17
Octal 160 7 4 0 136 140 70 2 135 27
Binary 1110000 111 100 0 1011110 1100000 111000 10 1011101 10111

Color Harmonies of #700704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700704

Black with #700704

Text Example


Text Example

White with #700704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700704; }

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

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

background-color css

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

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

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

border-color css

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

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

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