#742940

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

Shades of Siren #742940

Tints of Siren #742940

Color information

#742940 (or 0x742940) is unknown color: approx Siren. HEX triplet: 74, 29 and 40. RGB value is (116,41,64). Sum of RGB (Red+Green+Blue) = 116+41+64=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #742940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742940 is #8BD6BF. Grayscale: #424242. Windows color (decimal): -9164480 or 4204916. OLE color: 4204916.

HSL color Cylindrical-coordinate representation of color #742940: hue angle of 341.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742940 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1164164-
CMYK00.650.450.55
HSL341.6º47.77%30.78%-
HSV(B)341.6º64.66%45.49%-
XYZ8.925.675.47-
YUV66.05126.85163.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.49%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=52.49%
G=18.55%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116416400.650.450.55341.647.7730.78
Hex7429400412D37156301f
Octal16451100010155675266037
Binary111010010100110000000100000110110111011110101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742940; }

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

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

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

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

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

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

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

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