Html Css Color HEX #770501 Maroon

📋 copy color: '#770501'

red 119 ◦ green 5 ◦ blue 1

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

Shades of Maroon #770501

Tints of Maroon #770501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

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

R = 95.2%
G = 4%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#770501 (or 0x770501) is known color: Maroon. HEX triplet: 77, 05 and 01. RGB value is (119,5,1). Sum of RGB (Red+Green+Blue) = 119+5+1=125 (16% of max value = 765). Red value is 119 (46.88% from 255 or 95.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 119 - color contains mainly: red. Hex color #770501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770501 is #88FAFE. Grayscale: #262626. Windows color (decimal): -8977151 or 66935. OLE color: 66935.

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

Color convert

RGB 119 5 1 -
CMYK 0 0.96 0.99 0.53
HSL 2.03º 0.98% 0.24% -
HSV(B) 2.03º 0.99% 0.47% -
XYZ 7.67 4.03 0.4 -
YUV 38.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 119 5 1 0 0.96 0.99 0.53 2.03 0.98 0.24
Hex 77 5 1 0 60 63 35 2 62 18
Octal 167 5 1 0 140 143 65 2 142 30
Binary 1110111 101 1 0 1100000 1100011 110101 10 1100010 11000

Color Harmonies of #770501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770501

Black with #770501

Text Example


Text Example

White with #770501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770501; }

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

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

background-color css

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

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

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

border-color css

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

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

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