Html Css Color HEX #781401 Maroon

📋 copy color: '#781401'

red 120 ◦ green 20 ◦ blue 1

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

Shades of Maroon #781401

Tints of Maroon #781401

RGB

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

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

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

R = 85.11%
G = 14.18%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#781401 (or 0x781401) is known color: Maroon. HEX triplet: 78, 14 and 01. RGB value is (120,20,1). Sum of RGB (Red+Green+Blue) = 120+20+1=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #781401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781401 is #87EBFE. Grayscale: #2F2F2F. Windows color (decimal): -8907775 or 70776. OLE color: 70776.

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

Color convert

RGB 120 20 1 -
CMYK 0 0.83 0.99 0.53
HSL 9.58º 0.98% 0.24% -
HSV(B) 9.58º 0.99% 0.47% -
XYZ 8 4.5 0.47 -
YUV 47.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 120 20 1 0 0.83 0.99 0.53 9.58 0.98 0.24
Hex 78 14 1 0 53 63 35 A 62 18
Octal 170 24 1 0 123 143 65 12 142 30
Binary 1111000 10100 1 0 1010011 1100011 110101 1010 1100010 11000

Color Harmonies of #781401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781401

Black with #781401

Text Example


Text Example

White with #781401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781401; }

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

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

background-color css

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

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

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

border-color css

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

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

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