#60253C

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

Shades of Siren #60253C

Tints of Siren #60253C

Color information

#60253C (or 0x60253C) is unknown color: approx Siren. HEX triplet: 60, 25 and 3C. RGB value is (96,37,60). Sum of RGB (Red+Green+Blue) = 96+37+60=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60253C is #9FDAC3. Grayscale: #393939. Windows color (decimal): -10476228 or 3941728. OLE color: 3941728.

HSL color Cylindrical-coordinate representation of color #60253C: hue angle of 336.61º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60253C is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB963760-
CMYK00.610.380.62
HSL336.61º44.36%26.08%-
HSV(B)336.61º61.46%37.65%-
XYZ6.34.144.74-
YUV57.26129.55155.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 37 (14.84% from 255) = 19.17%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=49.74%
G=19.17%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96376000.610.380.62336.6144.3626.08
Hex60253C03D263E1512c1a
Octal140457407546765215432
Binary1100000100101111100011110110011011111010101000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60253C; }

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

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

<style>
 a { background-color: #60253C; }

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

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

<style>
 span { border-color: #60253C; }

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

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