#5E253C

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

Shades of Siren #5E253C

Tints of Siren #5E253C

Color information

#5E253C (or 0x5E253C) is unknown color: approx Siren. HEX triplet: 5E, 25 and 3C. RGB value is (94,37,60). Sum of RGB (Red+Green+Blue) = 94+37+60=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E253C is #A1DAC3. Grayscale: #383838. Windows color (decimal): -10607300 or 3941726. OLE color: 3941726.

HSL color Cylindrical-coordinate representation of color #5E253C: hue angle of 335.79º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E253C is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB943760-
CMYK00.610.360.63
HSL335.79º43.51%25.69%-
HSV(B)335.79º60.64%36.86%-
XYZ6.094.034.73-
YUV56.66129.88154.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.21%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=49.21%
G=19.37%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94376000.610.360.63335.7943.5125.69
Hex5E253C03D243F1502c1a
Octal136457407544775205432
Binary1011110100101111100011110110010011111110101000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E253C; }

 p { color: rgb(94,37,60); }

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

<style>
 a { background-color: #5E253C; }

 a { background-color: rgb(94,37,60); }

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

<style>
 span { border-color: #5E253C; }

 span { border-color: rgb(94,37,60); }

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