#5D253A

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

Shades of Siren #5D253A

Tints of Siren #5D253A

Color information

#5D253A (or 0x5D253A) is unknown color: approx Siren. HEX triplet: 5D, 25 and 3A. RGB value is (93,37,58). Sum of RGB (Red+Green+Blue) = 93+37+58=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D253A is #A2DAC5. Grayscale: #383838. Windows color (decimal): -10672838 or 3810653. OLE color: 3810653.

HSL color Cylindrical-coordinate representation of color #5D253A: hue angle of 337.5º 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 #5D253A is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB933758-
CMYK00.600.380.64
HSL337.5º43.08%25.49%-
HSV(B)337.5º60.22%36.47%-
XYZ5.943.964.45-
YUV56.14129.05154.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.47%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=49.47%
G=19.68%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93375800.600.380.64337.543.0825.49
Hex5D253A03C26401522b19
Octal1354572074461005225331
Binary10111011001011110100111100100110100000010101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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