#620B03

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

Shades of Maroon #620B03

Tints of Maroon #620B03

Color information

#620B03 (or 0x620B03) is unknown color: approx Maroon. HEX triplet: 62, 0B and 03. RGB value is (98,11,3). Sum of RGB (Red+Green+Blue) = 98+11+3=112 (14% of max value = 765). Red value is 98 (38.67% from 255 or 87.5% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 98 - color contains mainly: red. Hex color #620B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B03 is #9DF4FC. Grayscale: #242424. Windows color (decimal): -10351869 or 199522. OLE color: 199522.

HSL color Cylindrical-coordinate representation of color #620B03: hue angle of 5.05º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620B03 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB98113-
CMYK00.890.970.62
HSL5.05º94.06%19.8%-
HSV(B)5.05º96.94%38.43%-
XYZ5.172.840.36-
YUV36.1109.32172.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 87.5%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=87.5%
G=9.82%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9811300.890.970.625.0594.0619.8
Hex62B3059613E55e14
Octal142133013114176513624
Binary1100010101111010110011100001111110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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