#62021F

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

Shades of Burgundy #62021F

Tints of Burgundy #62021F

Color information

#62021F (or 0x62021F) is unknown color: approx Burgundy. HEX triplet: 62, 02 and 1F. RGB value is (98,2,31). Sum of RGB (Red+Green+Blue) = 98+2+31=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #62021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62021F is #9DFDE0. Grayscale: #212121. Windows color (decimal): -10354145 or 2032226. OLE color: 2032226.

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

Color convert

RGB98231-
CMYK00.980.680.62
HSL341.88º96%19.61%-
HSV(B)341.88º97.96%38.43%-
XYZ5.312.741.55-
YUV34.01126.3173.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.81%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=74.81%
G=1.53%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823100.980.680.62341.889619.61
Hex6221F062443E1566014
Octal14223701421047652614024
Binary11000101011111011000101000100111110101010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62021F; }

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

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

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

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

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

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

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

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