#703344

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

Shades of Siren #703344

Tints of Siren #703344

Color information

#703344 (or 0x703344) is unknown color: approx Siren. HEX triplet: 70, 33 and 44. RGB value is (112,51,68). Sum of RGB (Red+Green+Blue) = 112+51+68=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703344 is #8FCCBB. Grayscale: #474747. Windows color (decimal): -9424060 or 4469616. OLE color: 4469616.

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

Color convert

RGB1125168-
CMYK00.540.390.56
HSL343.28º37.42%31.96%-
HSV(B)343.28º54.46%43.92%-
XYZ8.916.236.2-
YUV71.18126.21157.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=48.48%
G=22.08%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112516800.540.390.56343.2837.4231.96
Hex70334403627381572520
Octal1606310406647705274540
Binary111000011001110001000110110100111111000101010111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703344; }

 p { color: rgb(112,51,68); }

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

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

 a { background-color: rgb(112,51,68); }

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

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

 span { border-color: rgb(112,51,68); }

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