#610B03

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

Shades of Maroon #610B03

Tints of Maroon #610B03

Color information

#610B03 (or 0x610B03) is unknown color: approx Maroon. HEX triplet: 61, 0B and 03. RGB value is (97,11,3). Sum of RGB (Red+Green+Blue) = 97+11+3=111 (14% of max value = 765). Red value is 97 (38.28% from 255 or 87.39% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 97 - color contains mainly: red. Hex color #610B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B03 is #9EF4FC. Grayscale: #232323. Windows color (decimal): -10417405 or 199521. OLE color: 199521.

HSL color Cylindrical-coordinate representation of color #610B03: hue angle of 5.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610B03 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB97113-
CMYK00.890.970.62
HSL5.11º94%19.61%-
HSV(B)5.11º96.91%38.04%-
XYZ5.072.790.36-
YUV35.8109.49171.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 87.39%
GREEN value IS 11 (4.69% from 255) = 9.91%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=87.39%
G=9.91%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9711300.890.970.625.119419.61
Hex61B3059613E55e14
Octal141133013114176513624
Binary1100001101111010110011100001111110101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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