Html Css Color HEX #780401 Maroon

📋 copy color: '#780401'

red 120 ◦ green 4 ◦ blue 1

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

Shades of Maroon #780401

Tints of Maroon #780401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 96%
G = 3.2%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#780401 (or 0x780401) is known color: Maroon. HEX triplet: 78, 04 and 01. RGB value is (120,4,1). Sum of RGB (Red+Green+Blue) = 120+4+1=125 (16% of max value = 765). Red value is 120 (47.27% from 255 or 96% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 120 - color contains mainly: red. Hex color #780401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780401 is #87FBFE. Grayscale: #262626. Windows color (decimal): -8911871 or 66680. OLE color: 66680.

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

Color convert

RGB 120 4 1 -
CMYK 0 0.97 0.99 0.53
HSL 1.51º 0.98% 0.24% -
HSV(B) 1.51º 0.99% 0.47% -
XYZ 7.79 4.08 0.41 -
YUV 38.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 120 4 1 0 0.97 0.99 0.53 1.51 0.98 0.24
Hex 78 4 1 0 61 63 35 2 62 18
Octal 170 4 1 0 141 143 65 2 142 30
Binary 1111000 100 1 0 1100001 1100011 110101 10 1100010 11000

Color Harmonies of #780401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780401

Black with #780401

Text Example


Text Example

White with #780401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780401; }

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

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

background-color css

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

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

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

border-color css

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

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

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