#620201

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

Shades of Maroon #620201

Tints of Maroon #620201

Color information

#620201 (or 0x620201) is unknown color: approx Maroon. HEX triplet: 62, 02 and 01. RGB value is (98,2,1). Sum of RGB (Red+Green+Blue) = 98+2+1=101 (13% of max value = 765). Red value is 98 (38.67% from 255 or 97.03% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 98 - color contains mainly: red. Hex color #620201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620201 is #9DFDFE. Grayscale: #1E1E1E. Windows color (decimal): -10354175 or 66146. OLE color: 66146.

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

Color convert

RGB9821-
CMYK00.980.990.62
HSL0.62º97.98%19.41%-
HSV(B)0.62º98.98%38.43%-
XYZ5.062.640.27-
YUV30.59111.3176.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 97.03%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=97.03%
G=1.98%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal982100.980.990.620.6297.9819.41
Hex6221062633E16213
Octal14221014214376114223
Binary11000101010110001011000111111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620201; }

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

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

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

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

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

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

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

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