Html Css Color HEX #771201 Maroon

📋 copy color: '#771201'

red 119 ◦ green 18 ◦ blue 1

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

Shades of Maroon #771201

Tints of Maroon #771201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

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

R = 86.23%
G = 13.04%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#771201 (or 0x771201) is known color: Maroon. HEX triplet: 77, 12 and 01. RGB value is (119,18,1). Sum of RGB (Red+Green+Blue) = 119+18+1=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #771201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771201 is #88EDFE. Grayscale: #2E2E2E. Windows color (decimal): -8973823 or 70263. OLE color: 70263.

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

Color convert

RGB 119 18 1 -
CMYK 0 0.85 0.99 0.53
HSL 8.64º 0.98% 0.24% -
HSV(B) 8.64º 0.99% 0.47% -
XYZ 7.83 4.36 0.46 -
YUV 46.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 119 18 1 0 0.85 0.99 0.53 8.64 0.98 0.24
Hex 77 12 1 0 55 63 35 9 62 18
Octal 167 22 1 0 125 143 65 11 142 30
Binary 1110111 10010 1 0 1010101 1100011 110101 1001 1100010 11000

Color Harmonies of #771201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771201

Black with #771201

Text Example


Text Example

White with #771201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771201; }

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

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

background-color css

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

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

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

border-color css

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

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

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