#742C3E

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

Shades of Siren #742C3E

Tints of Siren #742C3E

Color information

#742C3E (or 0x742C3E) is unknown color: approx Siren. HEX triplet: 74, 2C and 3E. RGB value is (116,44,62). Sum of RGB (Red+Green+Blue) = 116+44+62=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #742C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742C3E is #8BD3C1. Grayscale: #434343. Windows color (decimal): -9163714 or 4074612. OLE color: 4074612.

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

Color convert

RGB1164462-
CMYK00.620.470.55
HSL345º45%31.37%-
HSV(B)345º62.07%45.49%-
XYZ8.975.865.22-
YUV67.58124.85162.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 62 (24.61% from 255) = 27.93%
R=52.25%
G=19.82%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116446200.620.470.553454531.37
Hex742C3E03E2F371592d1f
Octal164547607657675315537
Binary1110100101100111110011111010111111011110101100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742C3E; }

 p { color: rgb(116,44,62); }

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

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

 a { background-color: rgb(116,44,62); }

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

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

 span { border-color: rgb(116,44,62); }

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