#61253C

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

Shades of Siren #61253C

Tints of Siren #61253C

Color information

#61253C (or 0x61253C) is unknown color: approx Siren. HEX triplet: 61, 25 and 3C. RGB value is (97,37,60). Sum of RGB (Red+Green+Blue) = 97+37+60=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61253C is #9EDAC3. Grayscale: #393939. Windows color (decimal): -10410692 or 3941729. OLE color: 3941729.

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

Color convert

RGB973760-
CMYK00.620.380.62
HSL337º44.78%26.27%-
HSV(B)337º61.86%38.04%-
XYZ6.414.194.75-
YUV57.56129.38156.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=50%
G=19.07%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97376000.620.380.6233744.7826.27
Hex61253C03E263E1512d1a
Octal141457407646765215532
Binary1100001100101111100011111010011011111010101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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