#742641

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

Shades of Siren #742641

Tints of Siren #742641

Color information

#742641 (or 0x742641) is unknown color: approx Siren. HEX triplet: 74, 26 and 41. RGB value is (116,38,65). Sum of RGB (Red+Green+Blue) = 116+38+65=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #742641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742641 is #8BD9BE. Grayscale: #404040. Windows color (decimal): -9165247 or 4269684. OLE color: 4269684.

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

Color convert

RGB1163865-
CMYK00.670.440.55
HSL339.23º50.65%30.2%-
HSV(B)339.23º67.24%45.49%-
XYZ8.855.485.59-
YUV64.4128.34164.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=52.97%
G=17.35%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116386500.670.440.55339.2350.6530.2
Hex7426410432C37153331e
Octal16446101010354675236336
Binary111010010011010000010100001110110011011110101001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742641; }

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

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

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

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

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

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

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

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