Html Css Color HEX #771401 Maroon

📋 copy color: '#771401'

red 119 ◦ green 20 ◦ blue 1

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

Shades of Maroon #771401

Tints of Maroon #771401

RGB

 RED value IS 119 (46.88% from 255) = 85%

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

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

R = 85%
G = 14.29%
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

#771401 (or 0x771401) is known color: Maroon. HEX triplet: 77, 14 and 01. RGB value is (119,20,1). Sum of RGB (Red+Green+Blue) = 119+20+1=140 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 119 - color contains mainly: red. Hex color #771401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771401 is #88EBFE. Grayscale: #2F2F2F. Windows color (decimal): -8973311 or 70775. OLE color: 70775.

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

Color convert

RGB 119 20 1 -
CMYK 0 0.83 0.99 0.53
HSL 9.66º 0.98% 0.24% -
HSV(B) 9.66º 0.99% 0.47% -
XYZ 7.86 4.42 0.47 -
YUV 47.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 119 20 1 0 0.83 0.99 0.53 9.66 0.98 0.24
Hex 77 14 1 0 53 63 35 A 62 18
Octal 167 24 1 0 123 143 65 12 142 30
Binary 1110111 10100 1 0 1010011 1100011 110101 1010 1100010 11000

Color Harmonies of #771401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771401

Black with #771401

Text Example


Text Example

White with #771401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771401; }

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

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

background-color css

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

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

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

border-color css

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

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

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