#702940

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

Shades of Siren #702940

Tints of Siren #702940

Color information

#702940 (or 0x702940) is unknown color: approx Siren. HEX triplet: 70, 29 and 40. RGB value is (112,41,64). Sum of RGB (Red+Green+Blue) = 112+41+64=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #702940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702940 is #8FD6BF. Grayscale: #404040. Windows color (decimal): -9426624 or 4204912. OLE color: 4204912.

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

Color convert

RGB1124164-
CMYK00.630.430.56
HSL340.56º46.41%30%-
HSV(B)340.56º63.39%43.92%-
XYZ8.45.45.45-
YUV64.85127.52161.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=51.61%
G=18.89%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112416400.630.430.56340.5646.4130
Hex70294003F2B381552e1e
Octal1605110007753705255636
Binary11100001010011000000011111110101111100010101010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702940; }

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

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

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

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

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

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

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

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