Html Css Color HEX #760420 Burgundy

📋 copy color: '#760420'

red 118 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #760420

Tints of Burgundy #760420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

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

R = 76.62%
G = 2.6%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#760420 (or 0x760420) is known color: Burgundy. HEX triplet: 76, 04 and 20. RGB value is (118,4,32). Sum of RGB (Red+Green+Blue) = 118+4+32=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #760420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760420 is #89FBDF. Grayscale: #292929. Windows color (decimal): -9042912 or 2098294. OLE color: 2098294.

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

Color convert

RGB 118 4 32 -
CMYK 0 0.97 0.73 0.54
HSL 345.26º 0.93% 0.24% -
HSV(B) 345.26º 0.97% 0.46% -
XYZ 7.78 4.04 1.74 -
YUV 41.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 118 4 32 0 0.97 0.73 0.54 345.26 0.93 0.24
Hex 76 4 20 0 61 49 36 159 5D 18
Octal 166 4 40 0 141 111 66 531 135 30
Binary 1110110 100 100000 0 1100001 1001001 110110 101011001 1011101 11000

Color Harmonies of #760420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760420

Black with #760420

Text Example


Text Example

White with #760420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760420; }

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

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

background-color css

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

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

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

border-color css

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

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

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