#700904

Color #700904 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #700904

Tints of Maroon #700904

Color information

#700904 (or 0x700904) is unknown color: approx 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

RGB11294-
CMYK00.920.960.56
HSL2.78º93.1%22.75%-
HSV(B)2.78º96.43%43.92%-
XYZ6.83.650.46-
YUV39.23108.12179.91-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129400.920.960.562.7893.122.75
Hex709405C603835d17
Octal160114013414070313527
Binary1110000100110001011100110000011100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>