#610703

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

Shades of Maroon #610703

Tints of Maroon #610703

Color information

#610703 (or 0x610703) is unknown color: approx Maroon. HEX triplet: 61, 07 and 03. RGB value is (97,7,3). Sum of RGB (Red+Green+Blue) = 97+7+3=107 (14% of max value = 765). Red value is 97 (38.28% from 255 or 90.65% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 97 - color contains mainly: red. Hex color #610703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610703 is #9EF8FC. Grayscale: #212121. Windows color (decimal): -10418429 or 198497. OLE color: 198497.

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

Color convert

RGB9773-
CMYK00.930.970.62
HSL2.55º94%19.61%-
HSV(B)2.55º96.91%38.04%-
XYZ5.022.70.34-
YUV33.45110.82173.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 90.65%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=90.65%
G=6.54%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal977300.930.970.622.559419.61
Hex617305D613E35e14
Octal14173013514176313624
Binary11000011111101011101110000111111011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610703; }

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

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

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

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

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

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

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

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