#60253B

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

Shades of Siren #60253B

Tints of Siren #60253B

Color information

#60253B (or 0x60253B) is unknown color: approx Siren. HEX triplet: 60, 25 and 3B. RGB value is (96,37,59). Sum of RGB (Red+Green+Blue) = 96+37+59=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60253B is #9FDAC4. Grayscale: #393939. Windows color (decimal): -10476229 or 3876192. OLE color: 3876192.

HSL color Cylindrical-coordinate representation of color #60253B: hue angle of 337.63º 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 #60253B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB963759-
CMYK00.610.390.62
HSL337.63º44.36%26.08%-
HSV(B)337.63º61.46%37.65%-
XYZ6.274.134.6-
YUV57.15129.05155.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=50%
G=19.27%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96375900.610.390.62337.6344.3626.08
Hex60253B03D273E1522c1a
Octal140457307547765225432
Binary1100000100101111011011110110011111111010101001010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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