#610200

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

Shades of Maroon #610200

Tints of Maroon #610200

Color information

#610200 (or 0x610200) is unknown color: approx Maroon. HEX triplet: 61, 02 and 00. RGB value is (97,2,0). Sum of RGB (Red+Green+Blue) = 97+2+0=99 (13% of max value = 765). Red value is 97 (38.28% from 255 or 97.98% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 97 - color contains mainly: red. Hex color #610200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610200 is #9EFDFF. Grayscale: #1E1E1E. Windows color (decimal): -10419712 or 609. OLE color: 609.

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

Color convert

RGB9720-
CMYK00.9810.62
HSL1.24º100%19.02%-
HSV(B)1.24º100%38.04%-
XYZ4.952.580.24-
YUV30.18110.97175.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 97.98%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.98%
G=2.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal972000.9810.621.2410019.02
Hex6120062643E16413
Octal14120014214476114423
Binary11000011000110001011001001111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610200; }

 p { color: rgb(97,2,0); }

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

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

 a { background-color: rgb(97,2,0); }

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

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

 span { border-color: rgb(97,2,0); }

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