#7F0504

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

Shades of Maroon #7F0504

Tints of Maroon #7F0504

Color information

#7F0504 (or 0x7F0504) is unknown color: approx Maroon. HEX triplet: 7F, 05 and 04. RGB value is (127,5,4). Sum of RGB (Red+Green+Blue) = 127+5+4=136 (18% of max value = 765). Red value is 127 (50% from 255 or 93.38% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0504 is #80FAFB. Grayscale: #292929. Windows color (decimal): -8452860 or 263551. OLE color: 263551.

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

Color convert

RGB12754-
CMYK00.960.970.50
HSL0.49º93.89%25.69%-
HSV(B)0.49º96.85%49.8%-
XYZ8.834.630.54-
YUV41.36106.92189.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 93.38%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=93.38%
G=3.68%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275400.960.970.500.4993.8925.69
Hex7F54060613205e1a
Octal17754014014162013632
Binary11111111011000110000011000011100100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,5,4); }

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

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

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

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

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

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

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