Html Css Color HEX #760520 Burgundy

📋 copy color: '#760520'

red 118 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #760520

Tints of Burgundy #760520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 76.13%
G = 3.23%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#760520 (or 0x760520) is known color: Burgundy. HEX triplet: 76, 05 and 20. RGB value is (118,5,32). Sum of RGB (Red+Green+Blue) = 118+5+32=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #760520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760520 is #89FADF. Grayscale: #292929. Windows color (decimal): -9042656 or 2098550. OLE color: 2098550.

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

Color convert

RGB 118 5 32 -
CMYK 0 0.96 0.73 0.54
HSL 345.66º 0.92% 0.24% -
HSV(B) 345.66º 0.96% 0.46% -
XYZ 7.79 4.06 1.74 -
YUV 41.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 118 5 32 0 0.96 0.73 0.54 345.66 0.92 0.24
Hex 76 5 20 0 60 49 36 15A 5C 18
Octal 166 5 40 0 140 111 66 532 134 30
Binary 1110110 101 100000 0 1100000 1001001 110110 101011010 1011100 11000

Color Harmonies of #760520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760520

Black with #760520

Text Example


Text Example

White with #760520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760520; }

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

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

background-color css

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

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

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

border-color css

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

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

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