#610202

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

Shades of Maroon #610202

Tints of Maroon #610202

Color information

#610202 (or 0x610202) is unknown color: approx Maroon. HEX triplet: 61, 02 and 02. RGB value is (97,2,2). Sum of RGB (Red+Green+Blue) = 97+2+2=101 (13% of max value = 765). Red value is 97 (38.28% from 255 or 96.04% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 97 - color contains mainly: red. Hex color #610202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610202 is #9EFDFD. Grayscale: #1E1E1E. Windows color (decimal): -10419710 or 131681. OLE color: 131681.

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

Color convert

RGB9722-
CMYK00.980.980.62
HSL95.96%19.41%-
HSV(B)97.94%38.04%-
XYZ4.962.590.3-
YUV30.4111.97175.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 96.04%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=96.04%
G=1.98%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal972200.980.980.62095.9619.41
Hex6122062623E06013
Octal14122014214276014023
Binary110000110100110001011000101111100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610202; }

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

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

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

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

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

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

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

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