#610B01

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

Shades of Maroon #610B01

Tints of Maroon #610B01

Color information

#610B01 (or 0x610B01) is unknown color: approx Maroon. HEX triplet: 61, 0B and 01. RGB value is (97,11,1). Sum of RGB (Red+Green+Blue) = 97+11+1=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #610B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B01 is #9EF4FE. Grayscale: #232323. Windows color (decimal): -10417407 or 68449. OLE color: 68449.

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

Color convert

RGB97111-
CMYK00.890.990.62
HSL6.25º97.96%19.22%-
HSV(B)6.25º98.97%38.04%-
XYZ5.052.780.3-
YUV35.57108.49171.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 88.99%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=88.99%
G=10.09%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9711100.890.990.626.2597.9619.22
Hex61B1059633E66213
Octal141131013114376614223
Binary110000110111010110011100011111110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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