Html Css Color HEX #760020 Burgundy

📋 copy color: '#760020'

red 118 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #760020

Tints of Burgundy #760020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.67%
G = 0%
B = 21.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#760020 (or 0x760020) is known color: Burgundy. HEX triplet: 76, 00 and 20. RGB value is (118,0,32). Sum of RGB (Red+Green+Blue) = 118+0+32=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #760020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760020 is #89FFDF. Grayscale: #262626. Windows color (decimal): -9043936 or 2097270. OLE color: 2097270.

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

Color convert

RGB 118 0 32 -
CMYK 0 1 0.73 0.54
HSL 343.73º 1% 0.23% -
HSV(B) 343.73º 1% 0.46% -
XYZ 7.73 3.96 1.72 -
YUV 38.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 118 0 32 0 1 0.73 0.54 343.73 1 0.23
Hex 76 0 20 0 64 49 36 158 64 17
Octal 166 0 40 0 144 111 66 530 144 27
Binary 1110110 0 100000 0 1100100 1001001 110110 101011000 1100100 10111

Color Harmonies of #760020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760020

Black with #760020

Text Example


Text Example

White with #760020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760020; }

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

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

background-color css

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

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

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

border-color css

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

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

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