#610601

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

Shades of Maroon #610601

Tints of Maroon #610601

Color information

#610601 (or 0x610601) is unknown color: approx Maroon. HEX triplet: 61, 06 and 01. RGB value is (97,6,1). Sum of RGB (Red+Green+Blue) = 97+6+1=104 (13% of max value = 765). Red value is 97 (38.28% from 255 or 93.27% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 97 - color contains mainly: red. Hex color #610601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610601 is #9EF9FE. Grayscale: #202020. Windows color (decimal): -10418687 or 67169. OLE color: 67169.

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

Color convert

RGB9761-
CMYK00.940.990.62
HSL3.12º97.96%19.22%-
HSV(B)3.12º98.97%38.04%-
XYZ52.670.28-
YUV32.64110.15173.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 93.27%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=93.27%
G=5.77%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal976100.940.990.623.1297.9619.22
Hex616105E633E36213
Octal14161013614376314223
Binary1100001110101011110110001111111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610601; }

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

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

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

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

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

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

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

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