#61313F

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

Shades of Siren #61313F

Tints of Siren #61313F

Color information

#61313F (or 0x61313F) is unknown color: approx Siren. HEX triplet: 61, 31 and 3F. RGB value is (97,49,63). Sum of RGB (Red+Green+Blue) = 97+49+63=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61313F is #9ECEC0. Grayscale: #404040. Windows color (decimal): -10407617 or 4141409. OLE color: 4141409.

HSL color Cylindrical-coordinate representation of color #61313F: hue angle of 342.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61313F is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB974963-
CMYK00.490.350.62
HSL342.5º32.88%28.63%-
HSV(B)342.5º49.48%38.04%-
XYZ6.935.15.32-
YUV64.95126.9150.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 63 (25% from 255) = 30.14%
R=46.41%
G=23.44%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97496300.490.350.62342.532.8828.63
Hex61313F031233E156211d
Octal141617706143765264135
Binary1100001110001111111011000110001111111010101011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61313F; }

 p { color: rgb(97,49,63); }

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

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

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

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

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

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

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