#610701

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

Shades of Maroon #610701

Tints of Maroon #610701

Color information

#610701 (or 0x610701) is unknown color: approx Maroon. HEX triplet: 61, 07 and 01. RGB value is (97,7,1). Sum of RGB (Red+Green+Blue) = 97+7+1=105 (13% of max value = 765). Red value is 97 (38.28% from 255 or 92.38% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 97 - color contains mainly: red. Hex color #610701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610701 is #9EF8FE. Grayscale: #212121. Windows color (decimal): -10418431 or 67425. OLE color: 67425.

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

Color convert

RGB9771-
CMYK00.930.990.62
HSL3.75º97.96%19.22%-
HSV(B)3.75º98.97%38.04%-
XYZ5.012.70.28-
YUV33.23109.82173.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 92.38%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=92.38%
G=6.67%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal977100.930.990.623.7597.9619.22
Hex617105D633E46213
Octal14171013514376414223
Binary11000011111010111011100011111110100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610701; }

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

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

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

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

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

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

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

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