#700B07

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

Shades of Maroon #700B07

Tints of Maroon #700B07

Color information

#700B07 (or 0x700B07) is unknown color: approx Maroon. HEX triplet: 70, 0B and 07. RGB value is (112,11,7). Sum of RGB (Red+Green+Blue) = 112+11+7=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #700B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700B07 is #8FF4F8. Grayscale: #282828. Windows color (decimal): -9434361 or 461680. OLE color: 461680.

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

Color convert

RGB112117-
CMYK00.900.940.56
HSL2.29º88.24%23.33%-
HSV(B)2.29º93.75%43.92%-
XYZ6.843.70.55-
YUV40.74108.96178.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 86.15%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=86.15%
G=8.46%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211700.900.940.562.2988.2423.33
Hex70B705A5E3825817
Octal160137013213670213027
Binary1110000101111101011010101111011100010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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