Html Css Color HEX #781404 Maroon

📋 copy color: '#781404'

red 120 ◦ green 20 ◦ blue 4

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

Shades of Maroon #781404

Tints of Maroon #781404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.89%

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

R = 83.33%
G = 13.89%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#781404 (or 0x781404) is known color: Maroon. HEX triplet: 78, 14 and 04. RGB value is (120,20,4). Sum of RGB (Red+Green+Blue) = 120+20+4=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #781404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781404 is #87EBFB. Grayscale: #303030. Windows color (decimal): -8907772 or 267384. OLE color: 267384.

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

Color convert

RGB 120 20 4 -
CMYK 0 0.83 0.97 0.53
HSL 8.28º 0.94% 0.24% -
HSV(B) 8.28º 0.97% 0.47% -
XYZ 8.02 4.5 0.56 -
YUV 48.08 103.13 179.3 -
System Red Green Blue C M Y K H S L
Decimal 120 20 4 0 0.83 0.97 0.53 8.28 0.94 0.24
Hex 78 14 4 0 53 61 35 8 5E 18
Octal 170 24 4 0 123 141 65 10 136 30
Binary 1111000 10100 100 0 1010011 1100001 110101 1000 1011110 11000

Color Harmonies of #781404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781404

Black with #781404

Text Example


Text Example

White with #781404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781404; }

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

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

background-color css

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

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

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

border-color css

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

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

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