Html Css Color HEX #781204 Maroon

📋 copy color: '#781204'

red 120 ◦ green 18 ◦ blue 4

#781204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #781204

Tints of Maroon #781204

RGB

 RED value IS 120 (47.27% from 255) = 84.51%

 GREEN value IS 18 (7.42% from 255) = 12.68%

 BLUE value IS 4 (1.95% from 255) = 2.82%

R = 84.51%
G = 12.68%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#781204 (or 0x781204) is known color: Maroon. HEX triplet: 78, 12 and 04. RGB value is (120,18,4). Sum of RGB (Red+Green+Blue) = 120+18+4=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #781204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781204 is #87EDFB. Grayscale: #2F2F2F. Windows color (decimal): -8908284 or 266872. OLE color: 266872.

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

Color convert

RGB 120 18 4 -
CMYK 0 0.85 0.97 0.53
HSL 7.24º 0.94% 0.24% -
HSV(B) 7.24º 0.97% 0.47% -
XYZ 7.98 4.43 0.55 -
YUV 46.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 120 18 4 0 0.85 0.97 0.53 7.24 0.94 0.24
Hex 78 12 4 0 55 61 35 7 5E 18
Octal 170 22 4 0 125 141 65 7 136 30
Binary 1111000 10010 100 0 1010101 1100001 110101 111 1011110 11000

Color Harmonies of #781204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781204

Black with #781204

Text Example


Text Example

White with #781204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781204; }

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

 H1.HeaderClassName
 {
   color: #781204;
 }
 .AnyTagClassName
 {
   color: #781204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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