#61313A

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

Shades of Siren #61313A

Tints of Siren #61313A

Color information

#61313A (or 0x61313A) is unknown color: approx Siren. HEX triplet: 61, 31 and 3A. RGB value is (97,49,58). Sum of RGB (Red+Green+Blue) = 97+49+58=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #61313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61313A is #9ECEC5. Grayscale: #404040. Windows color (decimal): -10407622 or 3813729. OLE color: 3813729.

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

Color convert

RGB974958-
CMYK00.490.400.62
HSL348.75º32.88%28.63%-
HSV(B)348.75º49.48%38.04%-
XYZ6.795.044.62-
YUV64.38124.4151.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=47.55%
G=24.02%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97495800.490.400.62348.7532.8828.63
Hex61313A031283E15d211d
Octal141617206150765354135
Binary1100001110001111010011000110100011111010101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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