#620100

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

Shades of Maroon #620100

Tints of Maroon #620100

Color information

#620100 (or 0x620100) is unknown color: approx Maroon. HEX triplet: 62, 01 and 00. RGB value is (98,1,0). Sum of RGB (Red+Green+Blue) = 98+1+0=99 (13% of max value = 765). Red value is 98 (38.67% from 255 or 98.99% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 98 - color contains mainly: red. Hex color #620100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620100 is #9DFEFF. Grayscale: #1D1D1D. Windows color (decimal): -10354432 or 354. OLE color: 354.

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

Color convert

RGB9810-
CMYK00.9910.62
HSL0.61º100%19.22%-
HSV(B)0.61º100%38.43%-
XYZ5.052.620.24-
YUV29.89111.14176.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 98.99%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.99%
G=1.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal981000.9910.620.6110019.22
Hex6210063643E16413
Octal14210014314476114423
Binary1100010100110001111001001111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620100; }

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

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

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

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

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

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

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

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