Html Css Color HEX #760916 Burgundy

📋 copy color: '#760916'

red 118 ◦ green 9 ◦ blue 22

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

Shades of Burgundy #760916

Tints of Burgundy #760916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.77%

R = 79.19%
G = 6.04%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#760916 (or 0x760916) is known color: Burgundy. HEX triplet: 76, 09 and 16. RGB value is (118,9,22). Sum of RGB (Red+Green+Blue) = 118+9+22=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #760916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760916 is #89F6E9. Grayscale: #2B2B2B. Windows color (decimal): -9041642 or 1444214. OLE color: 1444214.

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

Color convert

RGB 118 9 22 -
CMYK 0 0.92 0.81 0.54
HSL 352.84º 0.86% 0.25% -
HSV(B) 352.84º 0.92% 0.46% -
XYZ 7.71 4.1 1.14 -
YUV 43.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 118 9 22 0 0.92 0.81 0.54 352.84 0.86 0.25
Hex 76 9 16 0 5C 51 36 161 56 19
Octal 166 11 26 0 134 121 66 541 126 31
Binary 1110110 1001 10110 0 1011100 1010001 110110 101100001 1010110 11001

Color Harmonies of #760916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760916

Black with #760916

Text Example


Text Example

White with #760916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760916; }

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

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

background-color css

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

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

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

border-color css

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

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

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