#620B00

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

Shades of Maroon #620B00

Tints of Maroon #620B00

Color information

#620B00 (or 0x620B00) is unknown color: approx Maroon. HEX triplet: 62, 0B and 00. RGB value is (98,11,0). Sum of RGB (Red+Green+Blue) = 98+11+0=109 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.91% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 98 - color contains mainly: red. Hex color #620B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B00 is #9DF4FF. Grayscale: #232323. Windows color (decimal): -10351872 or 2914. OLE color: 2914.

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

Color convert

RGB98110-
CMYK00.8910.62
HSL6.73º100%19.22%-
HSV(B)6.73º100%38.43%-
XYZ5.162.840.28-
YUV35.76107.82172.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 89.91%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.91%
G=10.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9811000.8910.626.7310019.22
Hex62B0059643E76413
Octal142130013114476714423
Binary110001010110010110011100100111110111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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