Html Css Color HEX #771001 Maroon

📋 copy color: '#771001'

red 119 ◦ green 16 ◦ blue 1

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

Shades of Maroon #771001

Tints of Maroon #771001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 87.5%
G = 11.76%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#771001 (or 0x771001) is known color: Maroon. HEX triplet: 77, 10 and 01. RGB value is (119,16,1). Sum of RGB (Red+Green+Blue) = 119+16+1=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #771001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771001 is #88EFFE. Grayscale: #2D2D2D. Windows color (decimal): -8974335 or 69751. OLE color: 69751.

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

Color convert

RGB 119 16 1 -
CMYK 0 0.87 0.99 0.53
HSL 7.63º 0.98% 0.24% -
HSV(B) 7.63º 0.99% 0.47% -
XYZ 7.8 4.29 0.45 -
YUV 45.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 119 16 1 0 0.87 0.99 0.53 7.63 0.98 0.24
Hex 77 10 1 0 57 63 35 8 62 18
Octal 167 20 1 0 127 143 65 10 142 30
Binary 1110111 10000 1 0 1010111 1100011 110101 1000 1100010 11000

Color Harmonies of #771001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771001

Black with #771001

Text Example


Text Example

White with #771001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771001; }

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

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

background-color css

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

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

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

border-color css

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

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

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