#702742

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

Shades of Siren #702742

Tints of Siren #702742

Color information

#702742 (or 0x702742) is unknown color: approx Siren. HEX triplet: 70, 27 and 42. RGB value is (112,39,66). Sum of RGB (Red+Green+Blue) = 112+39+66=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #702742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702742 is #8FD8BD. Grayscale: #3F3F3F. Windows color (decimal): -9427134 or 4335472. OLE color: 4335472.

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

Color convert

RGB1123966-
CMYK00.650.410.56
HSL337.81º48.34%29.61%-
HSV(B)337.81º65.18%43.92%-
XYZ8.395.295.73-
YUV63.9129.18162.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=51.61%
G=17.97%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112396600.650.410.56337.8148.3429.61
Hex7027420412938152301e
Octal16047102010151705226036
Binary111000010011110000100100000110100111100010101001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702742; }

 p { color: rgb(112,39,66); }

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

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

 a { background-color: rgb(112,39,66); }

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

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

 span { border-color: rgb(112,39,66); }

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