Html Css Color HEX #760911 Burgundy

📋 copy color: '#760911'

red 118 ◦ green 9 ◦ blue 17

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

Shades of Burgundy #760911

Tints of Burgundy #760911

RGB

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

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

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

R = 81.94%
G = 6.25%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#760911 (or 0x760911) is known color: Burgundy. HEX triplet: 76, 09 and 11. RGB value is (118,9,17). Sum of RGB (Red+Green+Blue) = 118+9+17=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #760911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760911 is #89F6EE. Grayscale: #2A2A2A. Windows color (decimal): -9041647 or 1116534. OLE color: 1116534.

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

Color convert

RGB 118 9 17 -
CMYK 0 0.92 0.86 0.54
HSL 355.6º 0.86% 0.25% -
HSV(B) 355.6º 0.92% 0.46% -
XYZ 7.67 4.09 0.92 -
YUV 42.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 118 9 17 0 0.92 0.86 0.54 355.6 0.86 0.25
Hex 76 9 11 0 5C 56 36 164 56 19
Octal 166 11 21 0 134 126 66 544 126 31
Binary 1110110 1001 10001 0 1011100 1010110 110110 101100100 1010110 11001

Color Harmonies of #760911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760911

Black with #760911

Text Example


Text Example

White with #760911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760911; }

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

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

background-color css

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

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

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

border-color css

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

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

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