#610303

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

Shades of Maroon #610303

Tints of Maroon #610303

Color information

#610303 (or 0x610303) is unknown color: approx Maroon. HEX triplet: 61, 03 and 03. RGB value is (97,3,3). Sum of RGB (Red+Green+Blue) = 97+3+3=103 (13% of max value = 765). Red value is 97 (38.28% from 255 or 94.17% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 97 - color contains mainly: red. Hex color #610303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610303 is #9EFCFC. Grayscale: #1F1F1F. Windows color (decimal): -10419453 or 197473. OLE color: 197473.

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

Color convert

RGB9733-
CMYK00.970.970.62
HSL94%19.61%-
HSV(B)96.91%38.04%-
XYZ4.982.610.33-
YUV31.11112.14175-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 94.17%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 3 (1.56% from 255) = 2.91%
R=94.17%
G=2.91%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal973300.970.970.6209419.61
Hex6133061613E05e14
Octal14133014114176013624
Binary110000111110110000111000011111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610303; }

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

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

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

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

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

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

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

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