#74293D

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

Shades of Siren #74293D

Tints of Siren #74293D

Color information

#74293D (or 0x74293D) is unknown color: approx Siren. HEX triplet: 74, 29 and 3D. RGB value is (116,41,61). Sum of RGB (Red+Green+Blue) = 116+41+61=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #74293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74293D is #8BD6C2. Grayscale: #414141. Windows color (decimal): -9164483 or 4008308. OLE color: 4008308.

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

Color convert

RGB1164161-
CMYK00.650.470.55
HSL344º47.77%30.78%-
HSV(B)344º64.66%45.49%-
XYZ8.845.645.04-
YUV65.7125.35163.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=53.21%
G=18.81%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116416100.650.470.5534447.7730.78
Hex74293D0412F37158301f
Octal1645175010157675306037
Binary11101001010011111010100000110111111011110101100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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