#781304

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

Shades of Maroon #781304

Tints of Maroon #781304

Color information

#781304 (or 0x781304) is unknown color: approx Maroon. HEX triplet: 78, 13 and 04. RGB value is (120,19,4). Sum of RGB (Red+Green+Blue) = 120+19+4=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781304 is #87ECFB. Grayscale: #2F2F2F. Windows color (decimal): -8908028 or 267128. OLE color: 267128.

HSL color Cylindrical-coordinate representation of color #781304: hue angle of 7.76º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #781304 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB120194-
CMYK00.840.970.53
HSL7.76º93.55%24.31%-
HSV(B)7.76º96.67%47.06%-
XYZ84.470.56-
YUV47.49103.46179.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.92%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 4 (1.95% from 255) = 2.80%
R=83.92%
G=13.29%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12019400.840.970.537.7693.5524.31
Hex78134054613585e18
Octal1702340124141651013630
Binary1111000100111000101010011000011101011000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781304; }

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

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

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

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

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

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

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

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