Html Css Color HEX #760120 Burgundy

📋 copy color: '#760120'

red 118 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #760120

Tints of Burgundy #760120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 78.15%
G = 0.66%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#760120 (or 0x760120) is known color: Burgundy. HEX triplet: 76, 01 and 20. RGB value is (118,1,32). Sum of RGB (Red+Green+Blue) = 118+1+32=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #760120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760120 is #89FEDF. Grayscale: #272727. Windows color (decimal): -9043680 or 2097526. OLE color: 2097526.

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

Color convert

RGB 118 1 32 -
CMYK 0 0.99 0.73 0.54
HSL 344.1º 0.98% 0.23% -
HSV(B) 344.1º 0.99% 0.46% -
XYZ 7.74 3.98 1.73 -
YUV 39.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 118 1 32 0 0.99 0.73 0.54 344.1 0.98 0.23
Hex 76 1 20 0 63 49 36 158 62 17
Octal 166 1 40 0 143 111 66 530 142 27
Binary 1110110 1 100000 0 1100011 1001001 110110 101011000 1100010 10111

Color Harmonies of #760120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760120

Black with #760120

Text Example


Text Example

White with #760120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760120; }

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

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

background-color css

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

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

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

border-color css

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

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

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