Html Css Color HEX #770901 Maroon

📋 copy color: '#770901'

red 119 ◦ green 9 ◦ blue 1

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

Shades of Maroon #770901

Tints of Maroon #770901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.98%

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

R = 92.25%
G = 6.98%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#770901 (or 0x770901) is known color: Maroon. HEX triplet: 77, 09 and 01. RGB value is (119,9,1). Sum of RGB (Red+Green+Blue) = 119+9+1=129 (17% of max value = 765). Red value is 119 (46.88% from 255 or 92.25% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 119 - color contains mainly: red. Hex color #770901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770901 is #88F6FE. Grayscale: #292929. Windows color (decimal): -8976127 or 67959. OLE color: 67959.

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

Color convert

RGB 119 9 1 -
CMYK 0 0.92 0.99 0.53
HSL 4.07º 0.98% 0.24% -
HSV(B) 4.07º 0.99% 0.47% -
XYZ 7.71 4.12 0.42 -
YUV 40.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 119 9 1 0 0.92 0.99 0.53 4.07 0.98 0.24
Hex 77 9 1 0 5C 63 35 4 62 18
Octal 167 11 1 0 134 143 65 4 142 30
Binary 1110111 1001 1 0 1011100 1100011 110101 100 1100010 11000

Color Harmonies of #770901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770901

Black with #770901

Text Example


Text Example

White with #770901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770901; }

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

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

background-color css

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

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

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

border-color css

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

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

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