#62001A

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

Shades of Burgundy #62001A

Tints of Burgundy #62001A

Color information

#62001A (or 0x62001A) is unknown color: approx Burgundy. HEX triplet: 62, 00 and 1A. RGB value is (98,0,26). Sum of RGB (Red+Green+Blue) = 98+0+26=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #62001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62001A is #9DFFE5. Grayscale: #202020. Windows color (decimal): -10354662 or 1704034. OLE color: 1704034.

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

Color convert

RGB98026-
CMYK010.730.62
HSL344.08º100%19.22%-
HSV(B)344.08º100%38.43%-
XYZ5.222.671.22-
YUV32.27124.47174.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=79.03%
G=0%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98026010.730.62344.0810019.22
Hex6201A064493E1586413
Octal14203201441117653014423
Binary1100010011010011001001001001111110101011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62001A; }

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

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

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

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

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

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

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

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