#610802

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

Shades of Maroon #610802

Tints of Maroon #610802

Color information

#610802 (or 0x610802) is unknown color: approx Maroon. HEX triplet: 61, 08 and 02. RGB value is (97,8,2). Sum of RGB (Red+Green+Blue) = 97+8+2=107 (14% of max value = 765). Red value is 97 (38.28% from 255 or 90.65% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 97 - color contains mainly: red. Hex color #610802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610802 is #9EF7FD. Grayscale: #222222. Windows color (decimal): -10418174 or 133217. OLE color: 133217.

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

Color convert

RGB9782-
CMYK00.920.980.62
HSL3.79º95.96%19.41%-
HSV(B)3.79º97.94%38.04%-
XYZ5.032.720.32-
YUV33.93109.99172.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 90.65%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=90.65%
G=7.48%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal978200.920.980.623.7995.9619.41
Hex618205C623E46013
Octal141102013414276414023
Binary1100001100010010111001100010111110100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610802; }

 p { color: rgb(97,8,2); }

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

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

 a { background-color: rgb(97,8,2); }

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

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

 span { border-color: rgb(97,8,2); }

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