#610401

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

Shades of Maroon #610401

Tints of Maroon #610401

Color information

#610401 (or 0x610401) is unknown color: approx Maroon. HEX triplet: 61, 04 and 01. RGB value is (97,4,1). Sum of RGB (Red+Green+Blue) = 97+4+1=102 (13% of max value = 765). Red value is 97 (38.28% from 255 or 95.10% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 97 - color contains mainly: red. Hex color #610401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610401 is #9EFBFE. Grayscale: #1F1F1F. Windows color (decimal): -10419199 or 66657. OLE color: 66657.

HSL color Cylindrical-coordinate representation of color #610401: hue angle of 1.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610401 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB9741-
CMYK00.960.990.62
HSL1.88º97.96%19.22%-
HSV(B)1.88º98.97%38.04%-
XYZ4.982.630.27-
YUV31.46110.81174.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 95.10%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=95.10%
G=3.92%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal974100.960.990.621.8897.9619.22
Hex6141060633E26213
Octal14141014014376214223
Binary1100001100101100000110001111111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610401; }

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

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

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

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

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

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

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

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