Html Css Color HEX #760720 Burgundy

📋 copy color: '#760720'

red 118 ◦ green 7 ◦ blue 32

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

Shades of Burgundy #760720

Tints of Burgundy #760720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

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

R = 75.16%
G = 4.46%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#760720 (or 0x760720) is known color: Burgundy. HEX triplet: 76, 07 and 20. RGB value is (118,7,32). Sum of RGB (Red+Green+Blue) = 118+7+32=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #760720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760720 is #89F8DF. Grayscale: #2B2B2B. Windows color (decimal): -9042144 or 2099062. OLE color: 2099062.

HSL color Cylindrical-coordinate representation of color #760720: hue angle of 346.49º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760720 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 7 32 -
CMYK 0 0.94 0.73 0.54
HSL 346.49º 0.89% 0.25% -
HSV(B) 346.49º 0.94% 0.46% -
XYZ 7.81 4.11 1.75 -
YUV 43.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 118 7 32 0 0.94 0.73 0.54 346.49 0.89 0.25
Hex 76 7 20 0 5E 49 36 15A 59 19
Octal 166 7 40 0 136 111 66 532 131 31
Binary 1110110 111 100000 0 1011110 1001001 110110 101011010 1011001 11001

Color Harmonies of #760720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760720

Black with #760720

Text Example


Text Example

White with #760720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760720; }

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

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

background-color css

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

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

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

border-color css

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

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

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