#7B0904

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

Shades of Maroon #7B0904

Tints of Maroon #7B0904

Color information

#7B0904 (or 0x7B0904) is unknown color: approx Maroon. HEX triplet: 7B, 09 and 04. RGB value is (123,9,4). Sum of RGB (Red+Green+Blue) = 123+9+4=136 (18% of max value = 765). Red value is 123 (48.44% from 255 or 90.44% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0904 is #84F6FB. Grayscale: #2A2A2A. Windows color (decimal): -8713980 or 264571. OLE color: 264571.

HSL color Cylindrical-coordinate representation of color #7B0904: hue angle of 2.52º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0904 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB12394-
CMYK00.930.970.52
HSL2.52º93.7%24.9%-
HSV(B)2.52º96.75%48.24%-
XYZ8.294.420.53-
YUV42.52106.27185.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 90.44%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=90.44%
G=6.62%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1239400.930.970.522.5293.724.9
Hex7B9405D613435e19
Octal173114013514164313631
Binary1111011100110001011101110000111010011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,9,4); }

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

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

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

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

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

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

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