#5D253C

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

Shades of Siren #5D253C

Tints of Siren #5D253C

Color information

#5D253C (or 0x5D253C) is unknown color: approx Siren. HEX triplet: 5D, 25 and 3C. RGB value is (93,37,60). Sum of RGB (Red+Green+Blue) = 93+37+60=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D253C is #A2DAC3. Grayscale: #383838. Windows color (decimal): -10672836 or 3941725. OLE color: 3941725.

HSL color Cylindrical-coordinate representation of color #5D253C: hue angle of 335.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D253C is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB933760-
CMYK00.600.350.64
HSL335.36º43.08%25.49%-
HSV(B)335.36º60.22%36.47%-
XYZ5.993.984.73-
YUV56.37130.05154.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.95%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=48.95%
G=19.47%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93376000.600.350.64335.3643.0825.49
Hex5D253C03C234014f2b19
Octal1354574074431005175331
Binary10111011001011111000111100100011100000010100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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