#7B0806

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

Shades of Maroon #7B0806

Tints of Maroon #7B0806

Color information

#7B0806 (or 0x7B0806) is unknown color: approx Maroon. HEX triplet: 7B, 08 and 06. RGB value is (123,8,6). Sum of RGB (Red+Green+Blue) = 123+8+6=137 (18% of max value = 765). Red value is 123 (48.44% from 255 or 89.78% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0806 is #84F7F9. Grayscale: #2A2A2A. Windows color (decimal): -8714234 or 395387. OLE color: 395387.

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

Color convert

RGB12386-
CMYK00.930.950.52
HSL1.03º90.7%25.29%-
HSV(B)1.03º95.12%48.24%-
XYZ8.294.40.58-
YUV42.16107.6185.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 89.78%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=89.78%
G=5.84%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1238600.930.950.521.0390.725.29
Hex7B8605D5F3415b19
Octal173106013513764113331
Binary111101110001100101110110111111101001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,8,6); }

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

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

 a { background-color: rgb(123,8,6); }

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

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

 span { border-color: rgb(123,8,6); }

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