#7F0909

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

Shades of Maroon #7F0909

Tints of Maroon #7F0909

Color information

#7F0909 (or 0x7F0909) is unknown color: approx Maroon. HEX triplet: 7F, 09 and 09. RGB value is (127,9,9). Sum of RGB (Red+Green+Blue) = 127+9+9=145 (19% of max value = 765). Red value is 127 (50% from 255 or 87.59% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0909 is #80F6F6. Grayscale: #2C2C2C. Windows color (decimal): -8451831 or 592255. OLE color: 592255.

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

Color convert

RGB12799-
CMYK00.930.930.50
HSL86.76%26.67%-
HSV(B)92.91%49.8%-
XYZ8.94.730.7-
YUV44.28108.09187-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 87.59%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=87.59%
G=6.21%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279900.930.930.50086.7626.67
Hex7F9905D5D320571b
Octal1771111013513562012733
Binary1111111100110010101110110111011100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,9,9); }

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

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

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

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

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

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

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