#703241

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

Shades of Siren #703241

Tints of Siren #703241

Color information

#703241 (or 0x703241) is unknown color: approx Siren. HEX triplet: 70, 32 and 41. RGB value is (112,50,65). Sum of RGB (Red+Green+Blue) = 112+50+65=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #703241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703241 is #8FCDBE. Grayscale: #464646. Windows color (decimal): -9424319 or 4272752. OLE color: 4272752.

HSL color Cylindrical-coordinate representation of color #703241: hue angle of 345.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703241 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1125065-
CMYK00.550.420.56
HSL345.48º38.27%31.76%-
HSV(B)345.48º55.36%43.92%-
XYZ8.786.115.72-
YUV70.25125.04157.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=49.34%
G=22.03%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112506500.550.420.56345.4838.2731.76
Hex7032410372A381592620
Octal1606210106752705314640
Binary111000011001010000010110111101010111000101011001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703241; }

 p { color: rgb(112,50,65); }

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

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

 a { background-color: rgb(112,50,65); }

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

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

 span { border-color: rgb(112,50,65); }

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