Html Css Color HEX #761101 Maroon

📋 copy color: '#761101'

red 118 ◦ green 17 ◦ blue 1

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

Shades of Maroon #761101

Tints of Maroon #761101

RGB

 RED value IS 118 (46.48% from 255) = 86.76%

 GREEN value IS 17 (7.03% from 255) = 12.5%

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

R = 86.76%
G = 12.5%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#761101 (or 0x761101) is known color: Maroon. HEX triplet: 76, 11 and 01. RGB value is (118,17,1). Sum of RGB (Red+Green+Blue) = 118+17+1=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #761101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761101 is #89EEFE. Grayscale: #2D2D2D. Windows color (decimal): -9039615 or 70006. OLE color: 70006.

HSL color Cylindrical-coordinate representation of color #761101: hue angle of 8.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #761101 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 1 -
CMYK 0 0.86 0.99 0.54
HSL 8.21º 0.98% 0.23% -
HSV(B) 8.21º 0.99% 0.46% -
XYZ 7.68 4.25 0.45 -
YUV 45.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 118 17 1 0 0.86 0.99 0.54 8.21 0.98 0.23
Hex 76 11 1 0 56 63 36 8 62 17
Octal 166 21 1 0 126 143 66 10 142 27
Binary 1110110 10001 1 0 1010110 1100011 110110 1000 1100010 10111

Color Harmonies of #761101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761101

Black with #761101

Text Example


Text Example

White with #761101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761101; }

 p { color: rgb(118,17,1); }

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

background-color css

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

 a { background-color: rgb(118,17,1); }

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

border-color css

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

 span { border-color: rgb(118,17,1); }

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