Html Css Color HEX #760517 Burgundy

📋 copy color: '#760517'

red 118 ◦ green 5 ◦ blue 23

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

Shades of Burgundy #760517

Tints of Burgundy #760517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

 BLUE value IS 23 (9.38% from 255) = 15.75%

R = 80.82%
G = 3.42%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#760517 (or 0x760517) is known color: Burgundy. HEX triplet: 76, 05 and 17. RGB value is (118,5,23). Sum of RGB (Red+Green+Blue) = 118+5+23=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #760517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760517 is #89FAE8. Grayscale: #282828. Windows color (decimal): -9042665 or 1508726. OLE color: 1508726.

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

Color convert

RGB 118 5 23 -
CMYK 0 0.96 0.81 0.54
HSL 350.44º 0.92% 0.24% -
HSV(B) 350.44º 0.96% 0.46% -
XYZ 7.68 4.02 1.18 -
YUV 40.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 118 5 23 0 0.96 0.81 0.54 350.44 0.92 0.24
Hex 76 5 17 0 60 51 36 15E 5C 18
Octal 166 5 27 0 140 121 66 536 134 30
Binary 1110110 101 10111 0 1100000 1010001 110110 101011110 1011100 11000

Color Harmonies of #760517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760517

Black with #760517

Text Example


Text Example

White with #760517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760517; }

 p { color: rgb(118,5,23); }

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

background-color css

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

 a { background-color: rgb(118,5,23); }

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

border-color css

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

 span { border-color: rgb(118,5,23); }

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