#620300

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

Shades of Maroon #620300

Tints of Maroon #620300

Color information

#620300 (or 0x620300) is unknown color: approx Maroon. HEX triplet: 62, 03 and 00. RGB value is (98,3,0). Sum of RGB (Red+Green+Blue) = 98+3+0=101 (13% of max value = 765). Red value is 98 (38.67% from 255 or 97.03% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 98 - color contains mainly: red. Hex color #620300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620300 is #9DFCFF. Grayscale: #1F1F1F. Windows color (decimal): -10353920 or 866. OLE color: 866.

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

Color convert

RGB9830-
CMYK00.9710.62
HSL1.84º100%19.22%-
HSV(B)1.84º100%38.43%-
XYZ5.072.660.25-
YUV31.06110.47175.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 97.03%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.03%
G=2.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal983000.9710.621.8410019.22
Hex6230061643E26413
Octal14230014114476214423
Binary110001011001100001110010011111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620300; }

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

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

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

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

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

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

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

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