#620301

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

Shades of Maroon #620301

Tints of Maroon #620301

Color information

#620301 (or 0x620301) is unknown color: approx Maroon. HEX triplet: 62, 03 and 01. RGB value is (98,3,1). Sum of RGB (Red+Green+Blue) = 98+3+1=102 (13% of max value = 765). Red value is 98 (38.67% from 255 or 96.08% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 98 - color contains mainly: red. Hex color #620301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620301 is #9DFCFE. Grayscale: #1F1F1F. Windows color (decimal): -10353919 or 66402. OLE color: 66402.

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

Color convert

RGB9831-
CMYK00.970.990.62
HSL1.24º97.98%19.41%-
HSV(B)1.24º98.98%38.43%-
XYZ5.082.660.28-
YUV31.18110.97175.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 96.08%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=96.08%
G=2.94%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal983100.970.990.621.2497.9819.41
Hex6231061633E16213
Octal14231014114376114223
Binary11000101110110000111000111111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620301; }

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

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

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

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

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

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

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

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