Html Css Color HEX #700904 Maroon

📋 copy color: '#700904'

red 112 ◦ green 9 ◦ blue 4

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

Shades of Maroon #700904

Tints of Maroon #700904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 89.6%
G = 7.2%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#700904 (or 0x700904) is known color: Maroon. HEX triplet: 70, 09 and 04. RGB value is (112,9,4). Sum of RGB (Red+Green+Blue) = 112+9+4=125 (16% of max value = 765). Red value is 112 (44.14% from 255 or 89.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 112 - color contains mainly: red. Hex color #700904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700904 is #8FF6FB. Grayscale: #272727. Windows color (decimal): -9434876 or 264560. OLE color: 264560.

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

Color convert

RGB 112 9 4 -
CMYK 0 0.92 0.96 0.56
HSL 2.78º 0.93% 0.23% -
HSV(B) 2.78º 0.96% 0.44% -
XYZ 6.8 3.65 0.46 -
YUV 39.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 112 9 4 0 0.92 0.96 0.56 2.78 0.93 0.23
Hex 70 9 4 0 5C 60 38 3 5D 17
Octal 160 11 4 0 134 140 70 3 135 27
Binary 1110000 1001 100 0 1011100 1100000 111000 11 1011101 10111

Color Harmonies of #700904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700904

Black with #700904

Text Example


Text Example

White with #700904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700904; }

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

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

background-color css

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

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

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

border-color css

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

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

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