Html Css Color HEX #760D11 Burgundy

📋 copy color: '#760D11'

red 118 ◦ green 13 ◦ blue 17

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

Shades of Burgundy #760D11

Tints of Burgundy #760D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.78%

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

R = 79.73%
G = 8.78%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#760D11 (or 0x760D11) is known color: Burgundy. HEX triplet: 76, 0D and 11. RGB value is (118,13,17). Sum of RGB (Red+Green+Blue) = 118+13+17=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #760D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D11 is #89F2EE. Grayscale: #2C2C2C. Windows color (decimal): -9040623 or 1117558. OLE color: 1117558.

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

Color convert

RGB 118 13 17 -
CMYK 0 0.89 0.86 0.54
HSL 357.71º 0.8% 0.26% -
HSV(B) 357.71º 0.89% 0.46% -
XYZ 7.72 4.18 0.93 -
YUV 44.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 118 13 17 0 0.89 0.86 0.54 357.71 0.8 0.26
Hex 76 D 11 0 59 56 36 166 50 1A
Octal 166 15 21 0 131 126 66 546 120 32
Binary 1110110 1101 10001 0 1011001 1010110 110110 101100110 1010000 11010

Color Harmonies of #760D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D11

Black with #760D11

Text Example


Text Example

White with #760D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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