#620114

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

Shades of Burgundy #620114

Tints of Burgundy #620114

Color information

#620114 (or 0x620114) is unknown color: approx Burgundy. HEX triplet: 62, 01 and 14. RGB value is (98,1,20). Sum of RGB (Red+Green+Blue) = 98+1+20=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #620114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620114 is #9DFEEB. Grayscale: #202020. Windows color (decimal): -10354412 or 1311074. OLE color: 1311074.

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

Color convert

RGB98120-
CMYK00.990.800.62
HSL348.25º97.98%19.41%-
HSV(B)348.25º98.98%38.43%-
XYZ5.172.670.9-
YUV32.17121.14174.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 82.35%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=82.35%
G=0.84%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9812000.990.800.62348.2597.9819.41
Hex62114063503E15c6213
Octal14212401431207653414223
Binary1100010110100011000111010000111110101011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620114; }

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

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

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

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

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

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

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

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