Html Css Color HEX #760816 Burgundy

📋 copy color: '#760816'

red 118 ◦ green 8 ◦ blue 22

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

Shades of Burgundy #760816

Tints of Burgundy #760816

RGB

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

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

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

R = 79.73%
G = 5.41%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#760816 (or 0x760816) is known color: Burgundy. HEX triplet: 76, 08 and 16. RGB value is (118,8,22). Sum of RGB (Red+Green+Blue) = 118+8+22=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #760816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760816 is #89F7E9. Grayscale: #2A2A2A. Windows color (decimal): -9041898 or 1443958. OLE color: 1443958.

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

Color convert

RGB 118 8 22 -
CMYK 0 0.93 0.81 0.54
HSL 352.36º 0.87% 0.25% -
HSV(B) 352.36º 0.93% 0.46% -
XYZ 7.7 4.08 1.14 -
YUV 42.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 118 8 22 0 0.93 0.81 0.54 352.36 0.87 0.25
Hex 76 8 16 0 5D 51 36 160 57 19
Octal 166 10 26 0 135 121 66 540 127 31
Binary 1110110 1000 10110 0 1011101 1010001 110110 101100000 1010111 11001

Color Harmonies of #760816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760816

Black with #760816

Text Example


Text Example

White with #760816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760816; }

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

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

background-color css

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

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

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

border-color css

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

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

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