#613040

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

Shades of Siren #613040

Tints of Siren #613040

Color information

#613040 (or 0x613040) is unknown color: approx Siren. HEX triplet: 61, 30 and 40. RGB value is (97,48,64). Sum of RGB (Red+Green+Blue) = 97+48+64=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #613040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613040 is #9ECFBF. Grayscale: #404040. Windows color (decimal): -10407872 or 4206689. OLE color: 4206689.

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

Color convert

RGB974864-
CMYK00.510.340.62
HSL340.41º33.79%28.43%-
HSV(B)340.41º50.52%38.04%-
XYZ6.915.035.46-
YUV64.48127.73151.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=46.41%
G=22.97%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97486400.510.340.62340.4133.7928.43
Hex613040033223E154221c
Octal1416010006342765244234
Binary11000011100001000000011001110001011111010101010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613040; }

 p { color: rgb(97,48,64); }

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

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

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

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

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

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

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