#620112

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

Shades of Burgundy #620112

Tints of Burgundy #620112

Color information

#620112 (or 0x620112) is unknown color: approx Burgundy. HEX triplet: 62, 01 and 12. RGB value is (98,1,18). Sum of RGB (Red+Green+Blue) = 98+1+18=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #620112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620112 is #9DFEED. Grayscale: #1F1F1F. Windows color (decimal): -10354414 or 1180002. OLE color: 1180002.

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

Color convert

RGB98118-
CMYK00.990.820.62
HSL349.48º97.98%19.41%-
HSV(B)349.48º98.98%38.43%-
XYZ5.162.660.81-
YUV31.94120.14175.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.76%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=83.76%
G=0.85%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9811800.990.820.62349.4897.9819.41
Hex62112063523E15d6213
Octal14212201431227653514223
Binary1100010110010011000111010010111110101011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620112; }

 p { color: rgb(98,1,18); }

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

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

 a { background-color: rgb(98,1,18); }

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

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

 span { border-color: rgb(98,1,18); }

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