#610A01

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

Shades of Maroon #610A01

Tints of Maroon #610A01

Color information

#610A01 (or 0x610A01) is unknown color: approx Maroon. HEX triplet: 61, 0A and 01. RGB value is (97,10,1). Sum of RGB (Red+Green+Blue) = 97+10+1=108 (14% of max value = 765). Red value is 97 (38.28% from 255 or 89.81% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 97 - color contains mainly: red. Hex color #610A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610A01 is #9EF5FE. Grayscale: #232323. Windows color (decimal): -10417663 or 68193. OLE color: 68193.

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

Color convert

RGB97101-
CMYK00.900.990.62
HSL5.62º97.96%19.22%-
HSV(B)5.62º98.97%38.04%-
XYZ5.042.760.3-
YUV34.99108.82172.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 89.81%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=89.81%
G=9.26%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9710100.900.990.625.6297.9619.22
Hex61A105A633E66213
Octal141121013214376614223
Binary110000110101010110101100011111110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610A01; }

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

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

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

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

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

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

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

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