#610100

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

Shades of Maroon #610100

Tints of Maroon #610100

Color information

#610100 (or 0x610100) is unknown color: approx Maroon. HEX triplet: 61, 01 and 00. RGB value is (97,1,0). Sum of RGB (Red+Green+Blue) = 97+1+0=98 (12% of max value = 765). Red value is 97 (38.28% from 255 or 98.98% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 97 - color contains mainly: red. Hex color #610100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610100 is #9EFEFF. Grayscale: #1D1D1D. Windows color (decimal): -10419968 or 353. OLE color: 353.

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

Color convert

RGB9710-
CMYK00.9910.62
HSL0.62º100%19.02%-
HSV(B)0.62º100%38.04%-
XYZ4.942.560.23-
YUV29.59111.3176.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 98.98%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=98.98%
G=1.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal971000.9910.620.6210019.02
Hex6110063643E16413
Octal14110014314476114423
Binary1100001100110001111001001111101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610100; }

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

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

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

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

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

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

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

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