#703343

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

Shades of Siren #703343

Tints of Siren #703343

Color information

#703343 (or 0x703343) is unknown color: approx Siren. HEX triplet: 70, 33 and 43. RGB value is (112,51,67). Sum of RGB (Red+Green+Blue) = 112+51+67=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703343 is #8FCCBC. Grayscale: #474747. Windows color (decimal): -9424061 or 4404080. OLE color: 4404080.

HSL color Cylindrical-coordinate representation of color #703343: hue angle of 344.26º 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 #703343 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1125167-
CMYK00.540.400.56
HSL344.26º37.42%31.96%-
HSV(B)344.26º54.46%43.92%-
XYZ8.886.226.04-
YUV71.06125.71157.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=48.70%
G=22.17%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112516700.540.400.56344.2637.4231.96
Hex70334303628381582520
Octal1606310306650705304540
Binary111000011001110000110110110101000111000101011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703343; }

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

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

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

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

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

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

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

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