#74293C

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

Shades of Siren #74293C

Tints of Siren #74293C

Color information

#74293C (or 0x74293C) is unknown color: approx Siren. HEX triplet: 74, 29 and 3C. RGB value is (116,41,60). Sum of RGB (Red+Green+Blue) = 116+41+60=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #74293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74293C is #8BD6C3. Grayscale: #414141. Windows color (decimal): -9164484 or 3942772. OLE color: 3942772.

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

Color convert

RGB1164160-
CMYK00.650.480.55
HSL344.8º47.77%30.78%-
HSV(B)344.8º64.66%45.49%-
XYZ8.815.634.9-
YUV65.59124.85163.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=53.46%
G=18.89%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116416000.650.480.55344.847.7730.78
Hex74293C0413037159301f
Octal1645174010160675316037
Binary11101001010011111000100000111000011011110101100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74293C; }

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

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

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

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

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

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

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

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