#742640

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

Shades of Siren #742640

Tints of Siren #742640

Color information

#742640 (or 0x742640) is unknown color: approx Siren. HEX triplet: 74, 26 and 40. RGB value is (116,38,64). Sum of RGB (Red+Green+Blue) = 116+38+64=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #742640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742640 is #8BD9BF. Grayscale: #404040. Windows color (decimal): -9165248 or 4204148. OLE color: 4204148.

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

Color convert

RGB1163864-
CMYK00.670.450.55
HSL340º50.65%30.2%-
HSV(B)340º67.24%45.49%-
XYZ8.825.475.44-
YUV64.29127.84164.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=53.21%
G=17.43%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116386400.670.450.5534050.6530.2
Hex7426400432D37154331e
Octal16446100010355675246336
Binary111010010011010000000100001110110111011110101010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742640; }

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

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

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

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

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

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

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

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