#702741

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

Shades of Siren #702741

Tints of Siren #702741

Color information

#702741 (or 0x702741) is unknown color: approx Siren. HEX triplet: 70, 27 and 41. RGB value is (112,39,65). Sum of RGB (Red+Green+Blue) = 112+39+65=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #702741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702741 is #8FD8BE. Grayscale: #3F3F3F. Windows color (decimal): -9427135 or 4269936. OLE color: 4269936.

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

Color convert

RGB1123965-
CMYK00.650.420.56
HSL338.63º48.34%29.61%-
HSV(B)338.63º65.18%43.92%-
XYZ8.365.285.58-
YUV63.79128.68162.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=51.85%
G=18.06%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112396500.650.420.56338.6348.3429.61
Hex7027410412A38153301e
Octal16047101010152705236036
Binary111000010011110000010100000110101011100010101001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702741; }

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

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

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

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

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

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

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

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