#610700

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

Shades of Maroon #610700

Tints of Maroon #610700

Color information

#610700 (or 0x610700) is unknown color: approx Maroon. HEX triplet: 61, 07 and 00. RGB value is (97,7,0). Sum of RGB (Red+Green+Blue) = 97+7+0=104 (13% of max value = 765). Red value is 97 (38.28% from 255 or 93.27% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 97 - color contains mainly: red. Hex color #610700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610700 is #9EF8FF. Grayscale: #212121. Windows color (decimal): -10418432 or 1889. OLE color: 1889.

HSL color Cylindrical-coordinate representation of color #610700: hue angle of 4.33º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610700 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB9770-
CMYK00.9310.62
HSL4.33º100%19.02%-
HSV(B)4.33º100%38.04%-
XYZ5.012.690.26-
YUV33.11109.32173.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 93.27%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.27%
G=6.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal977000.9310.624.3310019.02
Hex617005D643E46413
Octal14170013514476414423
Binary11000011110010111011100100111110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610700; }

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

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

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

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

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

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

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

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