#620B01

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

Shades of Maroon #620B01

Tints of Maroon #620B01

Color information

#620B01 (or 0x620B01) is unknown color: approx Maroon. HEX triplet: 62, 0B and 01. RGB value is (98,11,1). Sum of RGB (Red+Green+Blue) = 98+11+1=110 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.09% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 98 - color contains mainly: red. Hex color #620B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B01 is #9DF4FE. Grayscale: #242424. Windows color (decimal): -10351871 or 68450. OLE color: 68450.

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

Color convert

RGB98111-
CMYK00.890.990.62
HSL6.19º97.98%19.41%-
HSV(B)6.19º98.98%38.43%-
XYZ5.162.840.3-
YUV35.87108.32172.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 89.09%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=89.09%
G=10%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9811100.890.990.626.1997.9819.41
Hex62B1059633E66213
Octal142131013114376614223
Binary110001010111010110011100011111110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620B01; }

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

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

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

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

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

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

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

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