#701002

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

Shades of Maroon #701002

Tints of Maroon #701002

Color information

#701002 (or 0x701002) is unknown color: approx Maroon. HEX triplet: 70, 10 and 02. RGB value is (112,16,2). Sum of RGB (Red+Green+Blue) = 112+16+2=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #701002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701002 is #8FEFFD. Grayscale: #2B2B2B. Windows color (decimal): -9433086 or 135280. OLE color: 135280.

HSL color Cylindrical-coordinate representation of color #701002: hue angle of 7.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #701002 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB112162-
CMYK00.860.980.56
HSL7.64º96.49%22.35%-
HSV(B)7.64º98.21%43.92%-
XYZ6.883.820.43-
YUV43.11104.8177.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 86.15%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=86.15%
G=12.31%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11216200.860.980.567.6496.4922.35
Hex70102056623886016
Octal1602020126142701014026
Binary111000010000100101011011000101110001000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701002; }

 p { color: rgb(112,16,2); }

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

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

 a { background-color: rgb(112,16,2); }

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

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

 span { border-color: rgb(112,16,2); }

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