#74243D

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

Shades of Siren #74243D

Tints of Siren #74243D

Color information

#74243D (or 0x74243D) is unknown color: approx Siren. HEX triplet: 74, 24 and 3D. RGB value is (116,36,61). Sum of RGB (Red+Green+Blue) = 116+36+61=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74243D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74243D is #8BDBC2. Grayscale: #3E3E3E. Windows color (decimal): -9165763 or 4007028. OLE color: 4007028.

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

Color convert

RGB1163661-
CMYK00.690.470.55
HSL341.25º52.63%29.8%-
HSV(B)341.25º68.97%45.49%-
XYZ8.685.314.98-
YUV62.77127165.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=54.46%
G=16.90%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116366100.690.470.55341.2552.6329.8
Hex74243D0452F37155351e
Octal1644475010557675256536
Binary11101001001001111010100010110111111011110101010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74243D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74243D; }

 p { color: rgb(116,36,61); }

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

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

 a { background-color: rgb(116,36,61); }

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

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

 span { border-color: rgb(116,36,61); }

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