#620003

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

Shades of Burgundy #620003

Tints of Burgundy #620003

Color information

#620003 (or 0x620003) is unknown color: approx Burgundy. HEX triplet: 62, 00 and 03. RGB value is (98,0,3). Sum of RGB (Red+Green+Blue) = 98+0+3=101 (13% of max value = 765). Red value is 98 (38.67% from 255 or 97.03% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 98 - color contains mainly: red. Hex color #620003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620003 is #9DFFFC. Grayscale: #1D1D1D. Windows color (decimal): -10354685 or 196706. OLE color: 196706.

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

Color convert

RGB9803-
CMYK010.970.62
HSL358.16º100%19.22%-
HSV(B)358.16º100%38.43%-
XYZ5.052.60.32-
YUV29.64112.97176.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 97.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 2.97%
R=97.03%
G=0%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9803010.970.62358.1610019.22
Hex6203064613E1666413
Octal1420301441417654614423
Binary1100010011011001001100001111110101100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620003; }

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

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

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

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

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

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

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

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