Html Css Color HEX #760811 Burgundy

📋 copy color: '#760811'

red 118 ◦ green 8 ◦ blue 17

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

Shades of Burgundy #760811

Tints of Burgundy #760811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.59%

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

R = 82.52%
G = 5.59%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#760811 (or 0x760811) is known color: Burgundy. HEX triplet: 76, 08 and 11. RGB value is (118,8,17). Sum of RGB (Red+Green+Blue) = 118+8+17=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760811 is #89F7EE. Grayscale: #292929. Windows color (decimal): -9041903 or 1116278. OLE color: 1116278.

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

Color convert

RGB 118 8 17 -
CMYK 0 0.93 0.86 0.54
HSL 355.09º 0.87% 0.25% -
HSV(B) 355.09º 0.93% 0.46% -
XYZ 7.66 4.07 0.91 -
YUV 41.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 118 8 17 0 0.93 0.86 0.54 355.09 0.87 0.25
Hex 76 8 11 0 5D 56 36 163 57 19
Octal 166 10 21 0 135 126 66 543 127 31
Binary 1110110 1000 10001 0 1011101 1010110 110110 101100011 1010111 11001

Color Harmonies of #760811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760811

Black with #760811

Text Example


Text Example

White with #760811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760811; }

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

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

background-color css

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

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

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

border-color css

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

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

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