#61313B

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

Shades of Siren #61313B

Tints of Siren #61313B

Color information

#61313B (or 0x61313B) is unknown color: approx Siren. HEX triplet: 61, 31 and 3B. RGB value is (97,49,59). Sum of RGB (Red+Green+Blue) = 97+49+59=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61313B is #9ECEC4. Grayscale: #404040. Windows color (decimal): -10407621 or 3879265. OLE color: 3879265.

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

Color convert

RGB974959-
CMYK00.490.390.62
HSL347.5º32.88%28.63%-
HSV(B)347.5º49.48%38.04%-
XYZ6.825.054.75-
YUV64.49124.9151.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=47.32%
G=23.90%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97495900.490.390.62347.532.8828.63
Hex61313B031273E15c211d
Octal141617306147765344135
Binary1100001110001111011011000110011111111010101110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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