#620221

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

Shades of Burgundy #620221

Tints of Burgundy #620221

Color information

#620221 (or 0x620221) is unknown color: approx Burgundy. HEX triplet: 62, 02 and 21. RGB value is (98,2,33). Sum of RGB (Red+Green+Blue) = 98+2+33=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #620221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620221 is #9DFDDE. Grayscale: #222222. Windows color (decimal): -10354143 or 2163298. OLE color: 2163298.

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

Color convert

RGB98233-
CMYK00.980.660.62
HSL340.62º96%19.61%-
HSV(B)340.62º97.96%38.43%-
XYZ5.332.751.69-
YUV34.24127.3173.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 73.68%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=73.68%
G=1.50%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823300.980.660.62340.629619.61
Hex62221062423E1556014
Octal14224101421027652514024
Binary110001010100001011000101000010111110101010101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620221; }

 p { color: rgb(98,2,33); }

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

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

 a { background-color: rgb(98,2,33); }

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

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

 span { border-color: rgb(98,2,33); }

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