#620120

Color #620120 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #620120

Tints of Burgundy #620120

Color information

#620120 (or 0x620120) is unknown color: approx Burgundy. HEX triplet: 62, 01 and 20. RGB value is (98,1,32). Sum of RGB (Red+Green+Blue) = 98+1+32=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #620120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620120 is #9DFEDF. Grayscale: #212121. Windows color (decimal): -10354400 or 2097506. OLE color: 2097506.

HSL color Cylindrical-coordinate representation of color #620120: hue angle of 340.82º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620120 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB98132-
CMYK00.990.670.62
HSL340.82º97.98%19.41%-
HSV(B)340.82º98.98%38.43%-
XYZ5.312.721.61-
YUV33.54127.14173.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.81%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=74.81%
G=0.76%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9813200.990.670.62340.8297.9819.41
Hex62120063433E1556213
Octal14214001431037652514223
Binary11000101100000011000111000011111110101010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620120; }

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

 H1.HeaderClassName
 {
   color: #620120;
 }
 .AnyTagClassName
 {
   color: #620120;
 }
</style>
background-color css

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

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

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

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

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

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