#610C01

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

Shades of Maroon #610C01

Tints of Maroon #610C01

Color information

#610C01 (or 0x610C01) is unknown color: approx Maroon. HEX triplet: 61, 0C and 01. RGB value is (97,12,1). Sum of RGB (Red+Green+Blue) = 97+12+1=110 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.18% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 97 - color contains mainly: red. Hex color #610C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C01 is #9EF3FE. Grayscale: #242424. Windows color (decimal): -10417151 or 68705. OLE color: 68705.

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

Color convert

RGB97121-
CMYK00.880.990.62
HSL6.88º97.96%19.22%-
HSV(B)6.88º98.97%38.04%-
XYZ5.072.810.3-
YUV36.16108.16171.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 88.18%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=88.18%
G=10.91%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9712100.880.990.626.8897.9619.22
Hex61C1058633E76213
Octal141141013014376714223
Binary110000111001010110001100011111110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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