#620220

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

Shades of Burgundy #620220

Tints of Burgundy #620220

Color information

#620220 (or 0x620220) is unknown color: approx Burgundy. HEX triplet: 62, 02 and 20. RGB value is (98,2,32). Sum of RGB (Red+Green+Blue) = 98+2+32=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #620220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620220 is #9DFDDF. Grayscale: #222222. Windows color (decimal): -10354144 or 2097762. OLE color: 2097762.

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

Color convert

RGB98232-
CMYK00.980.670.62
HSL341.25º96%19.61%-
HSV(B)341.25º97.96%38.43%-
XYZ5.322.741.62-
YUV34.12126.8173.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.24%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=74.24%
G=1.52%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823200.980.670.62341.259619.61
Hex62220062433E1556014
Octal14224001421037652514024
Binary110001010100000011000101000011111110101010101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620220; }

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

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

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

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

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

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

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

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