#700905

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

Shades of Maroon #700905

Tints of Maroon #700905

Color information

#700905 (or 0x700905) is unknown color: approx Maroon. HEX triplet: 70, 09 and 05. RGB value is (112,9,5). Sum of RGB (Red+Green+Blue) = 112+9+5=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #700905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700905 is #8FF6FA. Grayscale: #272727. Windows color (decimal): -9434875 or 330096. OLE color: 330096.

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

Color convert

RGB11295-
CMYK00.920.960.56
HSL2.24º91.45%22.94%-
HSV(B)2.24º95.54%43.92%-
XYZ6.813.650.49-
YUV39.34108.62179.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 88.89%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=88.89%
G=7.14%
B=3.97%

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
Decimal1129500.920.960.562.2491.4522.94
Hex709505C603825b17
Octal160115013414070213327
Binary1110000100110101011100110000011100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700905; }

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

 H1.HeaderClassName
 {
   color: #700905;
 }
 .AnyTagClassName
 {
   color: #700905;
 }
</style>
background-color css

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

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

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

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

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

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