#5F253C

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

Shades of Siren #5F253C

Tints of Siren #5F253C

Color information

#5F253C (or 0x5F253C) is unknown color: approx Siren. HEX triplet: 5F, 25 and 3C. RGB value is (95,37,60). Sum of RGB (Red+Green+Blue) = 95+37+60=192 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.48% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 95 - color contains mainly: red. Hex color #5F253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F253C is #A0DAC3. Grayscale: #383838. Windows color (decimal): -10541764 or 3941727. OLE color: 3941727.

HSL color Cylindrical-coordinate representation of color #5F253C: hue angle of 336.21º 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 #5F253C is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB953760-
CMYK00.610.370.63
HSL336.21º43.94%25.88%-
HSV(B)336.21º61.05%37.25%-
XYZ6.24.084.74-
YUV56.96129.72155.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.48%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=49.48%
G=19.27%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95376000.610.370.63336.2143.9425.88
Hex5F253C03D253F1502c1a
Octal137457407545775205432
Binary1011111100101111100011110110010111111110101000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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