Html Css Color HEX #760016 Burgundy

📋 copy color: '#760016'

red 118 ◦ green 0 ◦ blue 22

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

Shades of Burgundy #760016

Tints of Burgundy #760016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.29%
G = 0%
B = 15.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#760016 (or 0x760016) is known color: Burgundy. HEX triplet: 76, 00 and 16. RGB value is (118,0,22). Sum of RGB (Red+Green+Blue) = 118+0+22=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760016 is #89FFE9. Grayscale: #252525. Windows color (decimal): -9043946 or 1441910. OLE color: 1441910.

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

Color convert

RGB 118 0 22 -
CMYK 0 1 0.81 0.54
HSL 348.81º 1% 0.23% -
HSV(B) 348.81º 1% 0.46% -
XYZ 7.62 3.91 1.11 -
YUV 37.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 118 0 22 0 1 0.81 0.54 348.81 1 0.23
Hex 76 0 16 0 64 51 36 15D 64 17
Octal 166 0 26 0 144 121 66 535 144 27
Binary 1110110 0 10110 0 1100100 1010001 110110 101011101 1100100 10111

Color Harmonies of #760016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760016

Black with #760016

Text Example


Text Example

White with #760016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760016; }

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

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

background-color css

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

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

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

border-color css

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

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

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