#620C03

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

Shades of Maroon #620C03

Tints of Maroon #620C03

Color information

#620C03 (or 0x620C03) is unknown color: approx Maroon. HEX triplet: 62, 0C and 03. RGB value is (98,12,3). Sum of RGB (Red+Green+Blue) = 98+12+3=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #620C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620C03 is #9DF3FC. Grayscale: #242424. Windows color (decimal): -10351613 or 199778. OLE color: 199778.

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

Color convert

RGB98123-
CMYK00.880.970.62
HSL5.68º94.06%19.8%-
HSV(B)5.68º96.94%38.43%-
XYZ5.182.870.37-
YUV36.69108.99171.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 86.73%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=86.73%
G=10.62%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9812300.880.970.625.6894.0619.8
Hex62C3058613E65e14
Octal142143013014176613624
Binary1100010110011010110001100001111110110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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