#620A00

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

Shades of Maroon #620A00

Tints of Maroon #620A00

Color information

#620A00 (or 0x620A00) is unknown color: approx Maroon. HEX triplet: 62, 0A and 00. RGB value is (98,10,0). Sum of RGB (Red+Green+Blue) = 98+10+0=108 (14% of max value = 765). Red value is 98 (38.67% from 255 or 90.74% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 98 - color contains mainly: red. Hex color #620A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A00 is #9DF5FF. Grayscale: #232323. Windows color (decimal): -10352128 or 2658. OLE color: 2658.

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

Color convert

RGB98100-
CMYK00.9010.62
HSL6.12º100%19.22%-
HSV(B)6.12º100%38.43%-
XYZ5.152.810.27-
YUV35.17108.15172.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 90.74%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.74%
G=9.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9810000.9010.626.1210019.22
Hex62A005A643E66413
Octal142120013214476614423
Binary110001010100010110101100100111110110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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