#7F1500

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

Shades of Maroon #7F1500

Tints of Maroon #7F1500

Color information

#7F1500 (or 0x7F1500) is unknown color: approx Maroon. HEX triplet: 7F, 15 and 00. RGB value is (127,21,0). Sum of RGB (Red+Green+Blue) = 127+21+0=148 (19% of max value = 765). Red value is 127 (50% from 255 or 85.81% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1500 is #80EAFF. Grayscale: #323232. Windows color (decimal): -8448768 or 5503. OLE color: 5503.

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

Color convert

RGB127210-
CMYK00.8310.50
HSL9.92º100%24.9%-
HSV(B)9.92º100%49.8%-
XYZ9.025.050.5-
YUV50.399.62182.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 85.81%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.81%
G=14.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12721000.8310.509.9210024.9
Hex7F1500536432a6419
Octal1772500123144621214431
Binary11111111010100101001111001001100101010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,21,0); }

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

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

 a { background-color: rgb(127,21,0); }

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

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

 span { border-color: rgb(127,21,0); }

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