#620001

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

Shades of Burgundy #620001

Tints of Burgundy #620001

Color information

#620001 (or 0x620001) is unknown color: approx Burgundy. HEX triplet: 62, 00 and 01. RGB value is (98,0,1). Sum of RGB (Red+Green+Blue) = 98+0+1=99 (13% of max value = 765). Red value is 98 (38.67% from 255 or 98.99% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 98 - color contains mainly: red. Hex color #620001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620001 is #9DFFFE. Grayscale: #1D1D1D. Windows color (decimal): -10354687 or 65634. OLE color: 65634.

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

Color convert

RGB9801-
CMYK010.990.62
HSL359.39º100%19.22%-
HSV(B)359.39º100%38.43%-
XYZ5.042.60.26-
YUV29.42111.97176.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 98.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=98.99%
G=0%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9801010.990.62359.3910019.22
Hex6201064633E1676413
Octal1420101441437654714423
Binary110001001011001001100011111110101100111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620001; }

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

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

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

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

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

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

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

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