#612C40

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

Shades of Siren #612C40

Tints of Siren #612C40

Color information

#612C40 (or 0x612C40) is unknown color: approx Siren. HEX triplet: 61, 2C and 40. RGB value is (97,44,64). Sum of RGB (Red+Green+Blue) = 97+44+64=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #612C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612C40 is #9ED3BF. Grayscale: #3E3E3E. Windows color (decimal): -10408896 or 4205665. OLE color: 4205665.

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

Color convert

RGB974464-
CMYK00.550.340.62
HSL337.36º37.59%27.65%-
HSV(B)337.36º54.64%38.04%-
XYZ6.764.715.4-
YUV62.13129.06152.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=47.32%
G=21.46%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97446400.550.340.62337.3637.5927.65
Hex612C40037223E151261c
Octal1415410006742765214634
Binary11000011011001000000011011110001011111010101000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C40; }

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

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

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

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

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

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

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

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