#742942

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

Shades of Siren #742942

Tints of Siren #742942

Color information

#742942 (or 0x742942) is unknown color: approx Siren. HEX triplet: 74, 29 and 42. RGB value is (116,41,66). Sum of RGB (Red+Green+Blue) = 116+41+66=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #742942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742942 is #8BD6BD. Grayscale: #424242. Windows color (decimal): -9164478 or 4335988. OLE color: 4335988.

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

Color convert

RGB1164166-
CMYK00.650.430.55
HSL340º47.77%30.78%-
HSV(B)340º64.66%45.49%-
XYZ8.985.695.78-
YUV66.27127.85163.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=52.02%
G=18.39%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116416600.650.430.5534047.7730.78
Hex7429420412B37154301f
Octal16451102010153675246037
Binary111010010100110000100100000110101111011110101010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742942; }

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

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

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

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

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

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

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

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