#620119

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

Shades of Burgundy #620119

Tints of Burgundy #620119

Color information

#620119 (or 0x620119) is unknown color: approx Burgundy. HEX triplet: 62, 01 and 19. RGB value is (98,1,25). Sum of RGB (Red+Green+Blue) = 98+1+25=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #620119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620119 is #9DFEE6. Grayscale: #202020. Windows color (decimal): -10354407 or 1638754. OLE color: 1638754.

HSL color Cylindrical-coordinate representation of color #620119: hue angle of 345.15º 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 #620119 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB98125-
CMYK00.990.740.62
HSL345.15º97.98%19.41%-
HSV(B)345.15º98.98%38.43%-
XYZ5.222.691.16-
YUV32.74123.64174.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.03%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=79.03%
G=0.81%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9812500.990.740.62345.1597.9819.41
Hex621190634A3E1596213
Octal14213101431127653114223
Binary1100010111001011000111001010111110101011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620119; }

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

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

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

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

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

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

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

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