#620008

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

Shades of Burgundy #620008

Tints of Burgundy #620008

Color information

#620008 (or 0x620008) is unknown color: approx Burgundy. HEX triplet: 62, 00 and 08. RGB value is (98,0,8). Sum of RGB (Red+Green+Blue) = 98+0+8=106 (14% of max value = 765). Red value is 98 (38.67% from 255 or 92.45% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 98 - color contains mainly: red. Hex color #620008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620008 is #9DFFF7. Grayscale: #1E1E1E. Windows color (decimal): -10354680 or 524386. OLE color: 524386.

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

Color convert

RGB9808-
CMYK010.920.62
HSL355.1º100%19.22%-
HSV(B)355.1º100%38.43%-
XYZ5.082.610.47-
YUV30.21115.47176.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 92.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=92.45%
G=0%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9808010.920.62355.110019.22
Hex62080645C3E1636413
Octal14201001441347654314423
Binary110001001000011001001011100111110101100011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620008; }

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

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

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

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

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

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

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

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