Html Css Color HEX #780404 Maroon

📋 copy color: '#780404'

red 120 ◦ green 4 ◦ blue 4

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

Shades of Maroon #780404

Tints of Maroon #780404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.13%

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

R = 93.75%
G = 3.13%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#780404 (or 0x780404) is known color: Maroon. HEX triplet: 78, 04 and 04. RGB value is (120,4,4). Sum of RGB (Red+Green+Blue) = 120+4+4=128 (16% of max value = 765). Red value is 120 (47.27% from 255 or 93.75% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 120 - color contains mainly: red. Hex color #780404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780404 is #87FBFB. Grayscale: #262626. Windows color (decimal): -8911868 or 263288. OLE color: 263288.

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

Color convert

RGB 120 4 4 -
CMYK 0 0.97 0.97 0.53
HSL 0.94% 0.24% -
HSV(B) 0.97% 0.47% -
XYZ 7.81 4.09 0.49 -
YUV 38.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 120 4 4 0 0.97 0.97 0.53 0 0.94 0.24
Hex 78 4 4 0 61 61 35 0 5E 18
Octal 170 4 4 0 141 141 65 0 136 30
Binary 1111000 100 100 0 1100001 1100001 110101 0 1011110 11000

Color Harmonies of #780404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780404

Black with #780404

Text Example


Text Example

White with #780404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780404; }

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

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

background-color css

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

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

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

border-color css

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

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

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