#74253E

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

Shades of Siren #74253E

Tints of Siren #74253E

Color information

#74253E (or 0x74253E) is unknown color: approx Siren. HEX triplet: 74, 25 and 3E. RGB value is (116,37,62). Sum of RGB (Red+Green+Blue) = 116+37+62=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74253E is #8BDAC1. Grayscale: #3F3F3F. Windows color (decimal): -9165506 or 4072820. OLE color: 4072820.

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

Color convert

RGB1163762-
CMYK00.680.470.55
HSL341.01º51.63%30%-
HSV(B)341.01º68.1%45.49%-
XYZ8.735.385.14-
YUV63.47127.17165.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=53.95%
G=17.21%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116376200.680.470.55341.0151.6330
Hex74253E0442F37155341e
Octal1644576010457675256436
Binary11101001001011111100100010010111111011110101010111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74253E; }

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

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

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

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

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

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

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

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