#702939

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

Shades of Siren #702939

Tints of Siren #702939

Color information

#702939 (or 0x702939) is unknown color: approx Siren. HEX triplet: 70, 29 and 39. RGB value is (112,41,57). Sum of RGB (Red+Green+Blue) = 112+41+57=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702939 is #8FD6C6. Grayscale: #404040. Windows color (decimal): -9426631 or 3746160. OLE color: 3746160.

HSL color Cylindrical-coordinate representation of color #702939: hue angle of 346.48º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702939 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1124157-
CMYK00.630.490.56
HSL346.48º46.41%30%-
HSV(B)346.48º63.39%43.92%-
XYZ8.215.334.47-
YUV64.05124.02162.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=53.33%
G=19.52%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112415700.630.490.56346.4846.4130
Hex70293903F313815a2e1e
Octal160517107761705325636
Binary1110000101001111001011111111000111100010101101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702939; }

 p { color: rgb(112,41,57); }

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

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

 a { background-color: rgb(112,41,57); }

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

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

 span { border-color: rgb(112,41,57); }

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