#703244

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

Shades of Siren #703244

Tints of Siren #703244

Color information

#703244 (or 0x703244) is unknown color: approx Siren. HEX triplet: 70, 32 and 44. RGB value is (112,50,68). Sum of RGB (Red+Green+Blue) = 112+50+68=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703244 is #8FCDBB. Grayscale: #464646. Windows color (decimal): -9424316 or 4469360. OLE color: 4469360.

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

Color convert

RGB1125068-
CMYK00.550.390.56
HSL342.58º38.27%31.76%-
HSV(B)342.58º55.36%43.92%-
XYZ8.876.146.19-
YUV70.59126.54157.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=48.70%
G=21.74%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112506800.550.390.56342.5838.2731.76
Hex70324403727381572620
Octal1606210406747705274640
Binary111000011001010001000110111100111111000101010111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703244; }

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

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

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

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

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

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

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

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