#62021E

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

Shades of Burgundy #62021E

Tints of Burgundy #62021E

Color information

#62021E (or 0x62021E) is unknown color: approx Burgundy. HEX triplet: 62, 02 and 1E. RGB value is (98,2,30). Sum of RGB (Red+Green+Blue) = 98+2+30=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #62021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62021E is #9DFDE1. Grayscale: #212121. Windows color (decimal): -10354146 or 1966690. OLE color: 1966690.

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

Color convert

RGB98230-
CMYK00.980.690.62
HSL342.5º96%19.61%-
HSV(B)342.5º97.96%38.43%-
XYZ5.292.731.48-
YUV33.9125.8173.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 75.38%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=75.38%
G=1.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823000.980.690.62342.59619.61
Hex6221E062453E1566014
Octal14223601421057652614024
Binary11000101011110011000101000101111110101010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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