Html Css Color HEX #781101 Maroon

📋 copy color: '#781101'

red 120 ◦ green 17 ◦ blue 1

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

Shades of Maroon #781101

Tints of Maroon #781101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 86.96%
G = 12.32%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#781101 (or 0x781101) is known color: Maroon. HEX triplet: 78, 11 and 01. RGB value is (120,17,1). Sum of RGB (Red+Green+Blue) = 120+17+1=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #781101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781101 is #87EEFE. Grayscale: #2E2E2E. Windows color (decimal): -8908543 or 70008. OLE color: 70008.

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

Color convert

RGB 120 17 1 -
CMYK 0 0.86 0.99 0.53
HSL 8.07º 0.98% 0.24% -
HSV(B) 8.07º 0.99% 0.47% -
XYZ 7.95 4.4 0.46 -
YUV 45.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 120 17 1 0 0.86 0.99 0.53 8.07 0.98 0.24
Hex 78 11 1 0 56 63 35 8 62 18
Octal 170 21 1 0 126 143 65 10 142 30
Binary 1111000 10001 1 0 1010110 1100011 110101 1000 1100010 11000

Color Harmonies of #781101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781101

Black with #781101

Text Example


Text Example

White with #781101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781101; }

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

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

background-color css

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

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

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

border-color css

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

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

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