#620018

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

Shades of Burgundy #620018

Tints of Burgundy #620018

Color information

#620018 (or 0x620018) is unknown color: approx Burgundy. HEX triplet: 62, 00 and 18. RGB value is (98,0,24). Sum of RGB (Red+Green+Blue) = 98+0+24=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #620018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620018 is #9DFFE7. Grayscale: #202020. Windows color (decimal): -10354664 or 1572962. OLE color: 1572962.

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

Color convert

RGB98024-
CMYK010.760.62
HSL345.31º100%19.22%-
HSV(B)345.31º100%38.43%-
XYZ5.22.661.1-
YUV32.04123.47175.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=80.33%
G=0%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98024010.760.62345.3110019.22
Hex620180644C3E1596413
Octal14203001441147653114423
Binary1100010011000011001001001100111110101011001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620018; }

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

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

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

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

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

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

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

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