#7A1304

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

Shades of Maroon #7A1304

Tints of Maroon #7A1304

Color information

#7A1304 (or 0x7A1304) is unknown color: approx Maroon. HEX triplet: 7A, 13 and 04. RGB value is (122,19,4). Sum of RGB (Red+Green+Blue) = 122+19+4=145 (19% of max value = 765). Red value is 122 (48.05% from 255 or 84.14% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1304 is #85ECFB. Grayscale: #303030. Windows color (decimal): -8776956 or 267130. OLE color: 267130.

HSL color Cylindrical-coordinate representation of color #7A1304: hue angle of 7.63º 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 #7A1304 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB122194-
CMYK00.840.970.52
HSL7.63º93.65%24.71%-
HSV(B)7.63º96.72%47.84%-
XYZ8.284.610.57-
YUV48.09103.12180.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 84.14%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=84.14%
G=13.10%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12219400.840.970.527.6393.6524.71
Hex7A134054613485e19
Octal1722340124141641013631
Binary1111010100111000101010011000011101001000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,19,4); }

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

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

 a { background-color: rgb(122,19,4); }

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

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

 span { border-color: rgb(122,19,4); }

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