#610301

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

Shades of Maroon #610301

Tints of Maroon #610301

Color information

#610301 (or 0x610301) is unknown color: approx Maroon. HEX triplet: 61, 03 and 01. RGB value is (97,3,1). Sum of RGB (Red+Green+Blue) = 97+3+1=101 (13% of max value = 765). Red value is 97 (38.28% from 255 or 96.04% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 97 - color contains mainly: red. Hex color #610301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610301 is #9EFCFE. Grayscale: #1E1E1E. Windows color (decimal): -10419455 or 66401. OLE color: 66401.

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

Color convert

RGB9731-
CMYK00.970.990.62
HSL1.25º97.96%19.22%-
HSV(B)1.25º98.97%38.04%-
XYZ4.972.610.27-
YUV30.88111.14175.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 96.04%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=96.04%
G=2.97%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal973100.970.990.621.2597.9619.22
Hex6131061633E16213
Octal14131014114376114223
Binary11000011110110000111000111111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610301; }

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

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

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

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

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

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

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

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