#7F1002

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

Shades of Maroon #7F1002

Tints of Maroon #7F1002

Color information

#7F1002 (or 0x7F1002) is unknown color: approx Maroon. HEX triplet: 7F, 10 and 02. RGB value is (127,16,2). Sum of RGB (Red+Green+Blue) = 127+16+2=145 (19% of max value = 765). Red value is 127 (50% from 255 or 87.59% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1002 is #80EFFD. Grayscale: #2F2F2F. Windows color (decimal): -8450046 or 135295. OLE color: 135295.

HSL color Cylindrical-coordinate representation of color #7F1002: hue angle of 6.72º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F1002 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB127162-
CMYK00.870.980.50
HSL6.72º96.9%25.29%-
HSV(B)6.72º98.43%49.8%-
XYZ8.954.890.53-
YUV47.59102.27184.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 87.59%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=87.59%
G=11.03%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12716200.870.980.506.7296.925.29
Hex7F102057623276119
Octal177202012714262714131
Binary11111111000010010101111100010110010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1002; }

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

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

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

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

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

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

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

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