Html Css Color HEX #780400 Maroon

📋 copy color: '#780400'

red 120 ◦ green 4 ◦ blue 0

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

Shades of Maroon #780400

Tints of Maroon #780400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.77%
G = 3.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#780400 (or 0x780400) is known color: Maroon. HEX triplet: 78, 04 and 00. RGB value is (120,4,0). Sum of RGB (Red+Green+Blue) = 120+4+0=124 (16% of max value = 765). Red value is 120 (47.27% from 255 or 96.77% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 120 - color contains mainly: red. Hex color #780400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780400 is #87FBFF. Grayscale: #262626. Windows color (decimal): -8911872 or 1144. OLE color: 1144.

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

Color convert

RGB 120 4 0 -
CMYK 0 0.97 1 0.53
HSL 1% 0.24% -
HSV(B) 1% 0.47% -
XYZ 7.79 4.08 0.38 -
YUV 38.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 120 4 0 0 0.97 1 0.53 2 1 0.24
Hex 78 4 0 0 61 64 35 2 64 18
Octal 170 4 0 0 141 144 65 2 144 30
Binary 1111000 100 0 0 1100001 1100100 110101 10 1100100 11000

Color Harmonies of #780400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780400

Black with #780400

Text Example


Text Example

White with #780400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780400; }

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

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

background-color css

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

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

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

border-color css

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

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

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