Html Css Color HEX #760111 Burgundy

📋 copy color: '#760111'

red 118 ◦ green 1 ◦ blue 17

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

Shades of Burgundy #760111

Tints of Burgundy #760111

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 118 1 17 -
CMYK 0 0.99 0.86 0.54
HSL 351.79º 0.98% 0.23% -
HSV(B) 351.79º 0.99% 0.46% -
XYZ 7.58 3.91 0.89 -
YUV 37.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 118 1 17 0 0.99 0.86 0.54 351.79 0.98 0.23
Hex 76 1 11 0 63 56 36 160 62 17
Octal 166 1 21 0 143 126 66 540 142 27
Binary 1110110 1 10001 0 1100011 1010110 110110 101100000 1100010 10111

Color Harmonies of #760111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760111

Black with #760111

Text Example


Text Example

White with #760111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760111; }

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

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

background-color css

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

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

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

border-color css

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

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

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